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:
9ee1ca8
)
sigrok-native-macosx: Fix an issue with recent boost versions.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 2 May 2020 15:33:21 +0000
(17:33 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Sat, 2 May 2020 15:33:21 +0000
(17:33 +0200)
cross-compile/macosx/create_dmg
patch
|
blob
|
history
diff --git
a/cross-compile/macosx/create_dmg
b/cross-compile/macosx/create_dmg
index 002927ecf16a56133f9da9b21775c10bc2f4d51e..fd36a273da475e556bfc0ca51d581fe302184133 100755
(executable)
--- a/
cross-compile/macosx/create_dmg
+++ b/
cross-compile/macosx/create_dmg
@@
-34,7
+34,7
@@
QTBINDIR=`brew list $QTVER | grep bin | head -n 1 | xargs dirname`
QTTRANSLATIONSDIR=`brew --prefix $QTVER`/translations
# Path to boost libraries.
-BOOSTLIBDIR=`brew list boost | grep libboost_system | head -n 1 | xargs dirname`
+BOOSTLIBDIR=`brew list boost | grep libboost_system |
grep -v cmake |
head -n 1 | xargs dirname`
# Path to Python 3 framework.
PYTHONFRAMEWORKDIR=`brew list python3 | grep Python.framework | head -n 1 | xargs dirname`/../../../..