mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
f4a29a5c98
commit
4a4ae6be26
16
configure.in
16
configure.in
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user