projects
/
sigrok-util.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89de8f0
)
sigrok-native-macosx: Enable Python bindings (builds fine).
author
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 4 Feb 2015 00:35:47 +0000
(
01:35
+0100)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Wed, 4 Feb 2015 00:35:47 +0000
(
01:35
+0100)
cross-compile/macosx/sigrok-native-macosx
patch
|
blob
|
history
diff --git
a/cross-compile/macosx/sigrok-native-macosx
b/cross-compile/macosx/sigrok-native-macosx
index 9c78fc01e195bc0c0fdc23dd035d0f19a2d30502..9e341232bb867143c4e699c862df6cf570cebc32 100755
(executable)
--- 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