From: Uwe Hermann Date: Fri, 11 May 2018 13:42:41 +0000 (+0200) Subject: sigrok-native-macosx: Fix incorrect Python 3.6 install_name. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=d65031560a7a073a2e2df86d1537a27570b33a80;hp=0b0d0cc0a8a89c1b81d1952c08ce100a334d6bcc sigrok-native-macosx: Fix incorrect Python 3.6 install_name. This fixes bug #1192. --- diff --git a/cross-compile/macosx/create_dmg b/cross-compile/macosx/create_dmg index 0b2326b..b9ae26a 100755 --- 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/python3/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