summaryrefslogtreecommitdiffstats
path: root/src/buildtools/gn.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildtools/gn.pro')
-rw-r--r--src/buildtools/gn.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtools/gn.pro b/src/buildtools/gn.pro
index 7766af075..8151ca8ee 100644
--- a/src/buildtools/gn.pro
+++ b/src/buildtools/gn.pro
@@ -20,7 +20,7 @@ build_pass|!debug_and_release {
gn_configure = $$system_quote($$gn_bootstrap) --no-last-commit-position --out-path $$out_path \
--cc \"$$which($$QMAKE_CC)\" --cxx \"$$which($$QMAKE_CXX)\" \
- --ld \"$$which($$QMAKE_LINK)\" --ar \"$$which(ar)\"
+ --ld \"$$which($$QMAKE_LINK)\"
message($$gn_configure)
!system("$$pythonPathForSystem() $$gn_configure") {
error("GN generation error!")