From d65031560a7a073a2e2df86d1537a27570b33a80 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 11 May 2018 15:42:41 +0200 Subject: [PATCH] sigrok-native-macosx: Fix incorrect Python 3.6 install_name. This fixes bug #1192. --- cross-compile/macosx/create_dmg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2