build.sh: Ignore /opt/local/lib during macOS dylib bundling

This commit is contained in:
Matt Borgerson
2025-05-20 13:26:59 -07:00
parent ce936bccdd
commit a15a149012

View File

@ -36,6 +36,7 @@ package_macos() {
dylibbundler -cd -of -b -x dist/xemu.app/Contents/MacOS/xemu \
-d ${lib_path}/ \
-p "@executable_path/${lib_rpath}/" \
-i /opt/local/lib/ \
-s ${PWD}/macos-libs/${target_arch}/opt/local/lib/
# Fixup some paths dylibbundler missed