summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-firefox/build-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/mozilla-firefox/build-deps.sh')
-rwxr-xr-xsource/xap/mozilla-firefox/build-deps.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/source/xap/mozilla-firefox/build-deps.sh b/source/xap/mozilla-firefox/build-deps.sh
index e70ed7b9d..8c22c29ba 100755
--- a/source/xap/mozilla-firefox/build-deps.sh
+++ b/source/xap/mozilla-firefox/build-deps.sh
@@ -26,16 +26,10 @@ mkdir -p $TMP/mozilla-firefox-build-deps
# This will be at the beginning of the $PATH, so protect against nonsense
# happening in /tmp:
chmod 700 $TMP/mozilla-firefox-build-deps
-PATH=$TMP/mozilla-firefox-build-deps/usr/bin:$HOME/.cargo/bin:$PATH
-# cbindgen is a build-time dependency:
-( cd $CWD/build-deps/cbindgen ; ./cbindgen.build ) || exit 1
-
-if /bin/ls build-deps*.txz 1> /dev/null 2> /dev/null ; then # use prebuilt autoconf/nodejs
+if /bin/ls build-deps*.txz 1> /dev/null 2> /dev/null ; then # use prebuilt
( cd $TMP/mozilla-firefox-build-deps ; tar xf $CWD/build-deps*.txz )
else
# We need to use the incredibly ancient autoconf-2.13 for this :/
( cd $CWD/build-deps/autoconf ; ./autoconf.build ) || exit 1
- ## And node.js... WHY
- #( cd $CWD/build-deps/nodejs ; ./nodejs.build ) || exit 1
fi