mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
Bug 1291424 - [1.4] Extract and cache libs on first run. r=glandium,snorp
This commit is contained in:
parent
8d7cb8d79e
commit
905a450ea2
@ -37,12 +37,6 @@ MOZ_APP_ID={aa3c5121-dab2-40e2-81ca-7ea25febc110}
|
||||
|
||||
MOZ_APP_STATIC_INI=1
|
||||
|
||||
# Enable on-demand decompression. This requires a host compile toolchain to
|
||||
# build szip to use during packaging.
|
||||
if test "$COMPILE_ENVIRONMENT"; then
|
||||
MOZ_ENABLE_SZIP=1
|
||||
fi
|
||||
|
||||
# Enable second screen using native Android libraries.
|
||||
MOZ_NATIVE_DEVICES=1
|
||||
|
||||
|
@ -1309,6 +1309,7 @@ AC_SUBST_LIST(SSSE3_FLAGS)
|
||||
AC_SUBST(MOZ_LINKER)
|
||||
if test -n "$MOZ_LINKER"; then
|
||||
AC_DEFINE(MOZ_LINKER)
|
||||
MOZ_LINKER_EXTRACT=1
|
||||
fi
|
||||
|
||||
dnl Only one oddball right now (QNX), but this gives us flexibility
|
||||
|
Loading…
Reference in New Issue
Block a user