Bug 1233542 - re-export variables prior to running JS subconfigure; r=glandium

We need to do this for the same reason we do it for ICU: msys messes
with environment variables (as suggested in build/subconfigure.py).
This commit is contained in:
Nathan Froyd 2015-12-17 16:25:25 -05:00
parent f4a29a5c98
commit 4a4ae6be26

View File

@ -9260,6 +9260,22 @@ export DIST
export MOZ_LINKER
export ZLIB_IN_MOZGLUE
export MOZ_MEMORY
export AR
export RANLIB
export CPP
export CC
export CXX
export LD
export ARFLAGS
export CPPFLAGS
export CFLAGS
export CXXFLAGS
export LDFLAGS
export HOST_CC
export HOST_CXX
export HOST_CFLAGS
export HOST_CXXFLAGS
export HOST_LDFLAGS
if ! test -e js; then
mkdir js