File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ cd _build
6868mkdir -p ../../../../_spidermonkey_install/
6969../configure --target=$( clang --print-target-triple) \
7070 --prefix=$( realpath $PWD /../../../../_spidermonkey_install) \
71- $( if [[ " $OSTYPE " == " darwin" * ]]; then echo " --with-toolchain-prefix=$( brew --prefix llvm@15) /bin/" ; fi) \
7271 --with-intl-api \
7372 $( if [[ " $OSTYPE " != " msys" * ]]; then echo " --without-system-zlib" ; fi) \
7473 --disable-debug-symbols \
@@ -85,7 +84,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then # macOS
8584 cd ../../../../_spidermonkey_install/lib/
8685 # Set the `install_name` field to use RPATH instead of an absolute path
8786 # overrides https://hg.mozilla.org/releases/mozilla-esr102/file/89d799cb/js/src/build/Makefile.in#l83
88- install_name_tool -id @rpath/$( basename ./libmozjs* ) ./libmozjs* # making it work for whatever name the libmozjs dylib is called
87+ llvm-install-name-tool -id @rpath/$( basename ./libmozjs* ) ./libmozjs* # making it work for whatever name the libmozjs dylib is called
8988fi
9089echo " Done installing spidermonkey"
9190
You can’t perform that action at this time.
0 commit comments