summaryrefslogtreecommitdiffstats
path: root/src/core/gyp_configure_host.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gyp_configure_host.pro')
-rw-r--r--src/core/gyp_configure_host.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gyp_configure_host.pro b/src/core/gyp_configure_host.pro
index e99d1e7c5..3eb67389f 100644
--- a/src/core/gyp_configure_host.pro
+++ b/src/core/gyp_configure_host.pro
@@ -10,7 +10,7 @@ GYPI_CONTENTS = "{" \
" ['CXX.host', '$$which($$QMAKE_CXX)']," \
" ['LD.host', '$$which($$QMAKE_LINK)'],"
-GYPI_FILE = $$absolute_path('build/qmake_extras.gypi', $$QTWEBENGINE_ROOT)
+GYPI_FILE = $$absolute_path('qmake_extras.gypi')
!build_pass {
write_file($$GYPI_FILE, GYPI_CONTENTS)
}