Skip to content

Commit ef56f2f

Browse files
committed
chore: fix building SpiderMonkey 115, js/src/configure.in file is replaced by simply js/src/configure
1 parent d87411c commit ef56f2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ sed -i'' -e '/"winheap.cpp"/d' ./memory/mozalloc/moz.build # https://bugzilla.mo
4141
sed -i'' -e 's/bool Unbox/JS_PUBLIC_API bool Unbox/g' ./js/public/Class.h # need to manually add JS_PUBLIC_API to js::Unbox until it gets fixed in Spidermonkey
4242
sed -i'' -e 's/bool js::Unbox/JS_PUBLIC_API bool js::Unbox/g' ./js/src/vm/JSObject.cpp # same here
4343
cd js/src
44-
cp ./configure.in ./configure
45-
chmod +x ./configure
4644
mkdir -p _build
4745
cd _build
4846
mkdir -p ../../../../_spidermonkey_install/

0 commit comments

Comments
 (0)