From 06f3dccdeb8ce9773b7dc5cc2980b319d871f944 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 4 Feb 2015 01:35:47 +0100 Subject: [PATCH] sigrok-native-macosx: Enable Python bindings (builds fine). --- cross-compile/macosx/sigrok-native-macosx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross-compile/macosx/sigrok-native-macosx b/cross-compile/macosx/sigrok-native-macosx index 9c78fc0..9e34123 100755 --- a/cross-compile/macosx/sigrok-native-macosx +++ b/cross-compile/macosx/sigrok-native-macosx @@ -86,7 +86,7 @@ cd libsigrok ./autogen.sh mkdir build cd build -PKG_CONFIG_PATH=$P ../configure $C --disable-python --disable-java +PKG_CONFIG_PATH=$P ../configure $C --disable-java $SB make $PARALLEL PYTHONPATH=$PYPATH $SB make install $SB make check -- 2.30.2