changeset 3660:695c90731c85

qt: dont use -no-javascript-jit if native mingw build. * src/qt.mk: move -no-javascript-jit option to PKG_CONFIGURE_EXTRA_OPTION, set when not native mingw build.
author John Donoghue <john.donoghue@ieee.org>
date Wed, 09 Jul 2014 22:07:58 -0400
parents 6a4cb2cb4493
children ecc8ad4c560c
files src/qt.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/qt.mk	Wed Jul 09 19:56:54 2014 -0400
+++ b/src/qt.mk	Wed Jul 09 22:07:58 2014 -0400
@@ -95,6 +95,7 @@
       -make libs \
       -no-glib \
       -no-gstreamer \
+      -no-javascript-jit \
       -no-reduce-exports \
       -no-rpath \
       -make translations \
@@ -108,6 +109,7 @@
       -device-option CROSS_COMPILE=$(MXE_TOOL_PREFIX)
     $(PKG)_CONFIGURE_PLATFORM_OPTION := -xplatform win32-g++-4.6
   endif
+
 endif
 
 define $(PKG)_UPDATE
@@ -141,7 +143,6 @@
         -no-webkit \
         -no-phonon \
         -no-phonon-backend \
-        -no-javascript-jit \
         -accessibility \
         -nomake demos \
         -nomake docs \