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 3eb67389f..eb94cb802 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('qmake_extras.gypi')
+GYPI_FILE = $$OUT_PWD/qmake_extras.gypi
!build_pass {
write_file($$GYPI_FILE, GYPI_CONTENTS)
}