mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 685130 - Build libffi with the same flags as the rest. r=ted
This commit is contained in:
parent
1f1e38f0f8
commit
28463360ac
@ -5450,10 +5450,6 @@ if test "$JS_HAS_CTYPES" -a -z "$MOZ_NATIVE_FFI"; then
|
||||
if test "$CROSS_COMPILE"; then
|
||||
case "$target" in
|
||||
*-android*|*-linuxandroid*)
|
||||
CFLAGS="$ANDROID_CFLAGS"
|
||||
CPPFLAGS="$ANDROID_CPPFLAGS"
|
||||
LDFLAGS="$ANDROID_LDFLAGS"
|
||||
|
||||
export AS CC CXX CPP LD AR RANLIB STRIP CPPFLAGS CFLAGS LDFLAGS
|
||||
|
||||
ac_configure_args="$ac_configure_args --build=$build --host=$target HOST_CC=\"$HOST_CC\""
|
||||
|
Loading…
Reference in New Issue
Block a user