We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7930d commit 9e71d0fCopy full SHA for 9e71d0f
arch/darwin/bundle.sh
@@ -6,7 +6,7 @@ shift
6
for exe in $@; do
7
if [ -f "$exe" ]; then
8
mkdir -p ./bundles
9
- dylibbundler -od -b -x $exe \
+ dylibbundler -cd -of -b -x $exe \
10
-d "./bundles/libs-$ARCH/" -p "@executable_path/../libs-$ARCH/"
11
fi
12
done
0 commit comments