summaryrefslogtreecommitdiffstats
path: root/process
diff options
context:
space:
mode:
Diffstat (limited to 'process')
-rw-r--r--process/process.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/process/process.pro b/process/process.pro
index b1b6a2611..d0b1ab9fe 100644
--- a/process/process.pro
+++ b/process/process.pro
@@ -1,7 +1,7 @@
# This is a dummy .pro file used to extract some aspects of the used configuration and feed them to gyp
# We want the gyp generation step to happen after all the other config steps. For that we need to prepend
-# our gypi_gen.prf feature to the CONFIG variable since it is processed backwards
-CONFIG = gypi_gen $$CONFIG
+# our gyp_generator.prf feature to the CONFIG variable since it is processed backwards
+CONFIG = gyp_generator $$CONFIG
TARGET = $$BLINQ_PROCESS_NAME
TEMPLATE = app