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:
0b0d0cc
)
sigrok-native-macosx: Fix incorrect Python 3.6 install_name.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 11 May 2018 13:42:41 +0000
(15:42 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Fri, 11 May 2018 13:42:41 +0000
(15:42 +0200)
This fixes bug #1192.
cross-compile/macosx/create_dmg
patch
|
blob
|
history
diff --git
a/cross-compile/macosx/create_dmg
b/cross-compile/macosx/create_dmg
index 0b2326bd7e380a39c3cdfd4bb942265870015c76..b9ae26ac7c91990969d36747b1ea60ed7ed097f2 100755
(executable)
--- a/
cross-compile/macosx/create_dmg
+++ b/
cross-compile/macosx/create_dmg
@@
-92,7
+92,7
@@
rm -rf $PYDIR/lib/python$PYVER/**/__pycache__
rm -rf $PYDIR/lib/python$PYVER/**/**/__pycache__
rm -rf $PYDIR/Resources
install_name_tool -change \
- /usr/local/opt/python
3
/Frameworks/Python.framework/Versions/$PYVER/Python \
+ /usr/local/opt/python/Frameworks/Python.framework/Versions/$PYVER/Python \
@executable_path/../Frameworks/Python.framework/Versions/$PYVER/Python \
$FRAMEWORKSDIR/libsigrokdecode.*.dylib