Skip to content

Commit 9dbced7

Browse files
committed
remove dylibbundler
1 parent 81264a0 commit 9dbced7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_scripts/macOS/0_setup_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# Requires: homebrew
88

9-
brew install coreutils cmake ninja libomp eigen libjpeg libtiff dylibbundler #opencv
9+
brew install coreutils cmake ninja libomp eigen libjpeg libtiff #opencv
1010

1111
npm install -g appdmg
1212

build_scripts/macOS/internal/2a_appbundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747
ls $INSTALL_PATH/$APPNAME/Contents/Frameworks
4848
# trying to install libgcc_s lib
49-
dylibbundler -b -x $INSTALL_PATH/$APPNAME/Contents/MacOS/${APPNAME%.app} -d $INSTALL_PATH/$APPNAME/Contents/Frameworks -p @executable_path/../Frameworks/
49+
#dylibbundler -b -x $INSTALL_PATH/$APPNAME/Contents/MacOS/${APPNAME%.app} -d $INSTALL_PATH/$APPNAME/Contents/Frameworks -p @executable_path/../Frameworks/
5050

5151
# remove everything from install path, except the appbundle
5252
cd $INSTALL_PATH

0 commit comments

Comments
 (0)