We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
clang
1 parent 3d02051 commit d0d8bffCopy full SHA for d0d8bff
setup.sh
@@ -75,7 +75,7 @@ cd js/src
75
mkdir -p _build
76
cd _build
77
mkdir -p ../../../../_spidermonkey_install/
78
-../configure \
+../configure --target=$(clang --print-target-triple) \
79
--prefix=$(realpath $PWD/../../../../_spidermonkey_install) \
80
--with-intl-api \
81
$(if [[ "$OSTYPE" != "msys"* ]]; then echo "--without-system-zlib"; fi) \
0 commit comments