summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtwebengine.inc')
-rw-r--r--recipes-qt/qt5/qtwebengine.inc11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc
index 46060c08..a9c7005a 100644
--- a/recipes-qt/qt5/qtwebengine.inc
+++ b/recipes-qt/qt5/qtwebengine.inc
@@ -35,11 +35,12 @@ export NINJA_PATH="${STAGING_BINDIR_NATIVE}/ninja"
35 35
36do_configure() { 36do_configure() {
37 # replace LD with CXX, to workaround a possible gyp inheritssue? 37 # replace LD with CXX, to workaround a possible gyp inheritssue?
38 LD="${CXX}" export LD 38 export LD="${CXX}"
39 CC="${CC}" export CC 39 export CC="${CC}"
40 CXX="${CXX}" export CXX 40 export CXX="${CXX}"
41 CC_host="gcc" export CC_host 41 export CC_host="gcc"
42 CXX_host="g++" export CXX_host 42 export CXX_host="g++"
43 export QMAKE_MAKE_ARGS="${EXTRA_OEMAKE}"
43 44
44 # qmake can't find the OE_QMAKE_* variables on it's own so directly passing them as 45 # qmake can't find the OE_QMAKE_* variables on it's own so directly passing them as
45 # arguments here 46 # arguments here