We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@rpath
1 parent c31c407 commit 0869816Copy full SHA for 0869816
misc/macos/make_app_bundle.sh
@@ -83,7 +83,12 @@ for lib in "${LIBS_DIR}"/*.dylib; do
83
done
84
85
# Bundle non-system dynamic libraries (Homebrew deps etc.).
86
-dylibbundler -of -cd -b -x "${MACOS_DIR}/xr_3da" -d "${LIBS_DIR}"
+dylibbundler \
87
+ -of -cd -b \
88
+ -x "${MACOS_DIR}/xr_3da" \
89
+ -d "${LIBS_DIR}" \
90
+ -s "${BIN_DIR}" \
91
+ -s "${LIBS_DIR}"
92
93
APP_ZIP="${ARTIFACTS_DIR}/openxray-${CONFIGURATION}-${ARCH}.app.zip"
94
DMG_PATH="${ARTIFACTS_DIR}/openxray-${CONFIGURATION}-${ARCH}.dmg"
0 commit comments