From 04cb58f895ed1968c5d383f747d24ccd5b3a7e1c Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Tue, 8 Mar 2022 18:59:31 +0100 Subject: [PATCH] cross-compile/macosx: install IRMP dylib in library directory (DMG creation) --- 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 effe378..be97673 100755 --- a/cross-compile/macosx/create_dmg +++ b/cross-compile/macosx/create_dmg @@ -116,7 +116,7 @@ install_name_tool -change \ install_name_tool -change \ /usr/local/opt/python/Frameworks/Python.framework/Versions/$PYVER/Python \ @executable_path/../Frameworks/Python.framework/Versions/$PYVER/Python \ - $FRAMEWORKSDIR/libirmp.*.dylib + $PREFIX/lib/libirmp.*.dylib # Add wrapper (sets PYTHONHOME/SIGROK_FIRMWARE_DIR/SIGROKDECODE_DIR). mv $MACOSDIR/$APPNAME_BINARY $MACOSDIR/$APPNAME_BINARY.real -- 2.30.2