Bug 1291424 - [1.4] Extract and cache libs on first run. r=glandium,snorp

This commit is contained in:
Eugen Sawin 2016-08-10 20:54:37 +02:00
Родитель 8d7cb8d79e
Коммит 905a450ea2
2 изменённых файлов: 1 добавлений и 6 удалений

Просмотреть файл

@ -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