From: Gerhard Sittig Date: Tue, 8 Mar 2022 17:59:31 +0000 (+0100) Subject: cross-compile/macosx: install IRMP dylib in library directory (DMG creation) X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=04cb58f895ed1968c5d383f747d24ccd5b3a7e1c;hp=c6f2b1ae107483c6d203288c1f72b72b844e4a87 cross-compile/macosx: install IRMP dylib in library directory (DMG creation) --- 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