Skip to content

Commit 164029f

Browse files
committed
Stop using ld64
1 parent 9a01322 commit 164029f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mkdir -p ../../../../_spidermonkey_install/
7777
--disable-debug-symbols \
7878
--disable-jemalloc \
7979
--disable-tests \
80-
$(if [[ "$OSTYPE" == "darwin"* ]]; then echo "--enable-linker=ld64"; fi) \
80+
# $(if [[ "$OSTYPE" == "darwin"* ]]; then echo "--enable-linker=ld64"; fi) \
8181
--enable-optimize \
8282
--disable-explicit-resource-management
8383
# disable-explicit-resource-management: Disable the `using` syntax that is enabled by default in SpiderMonkey nightly, otherwise the header files will disagree with the compiled lib .so file

0 commit comments

Comments
 (0)