summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-05-02 12:32:21 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-02 12:32:21 +0200
commit221046ca710336dcd49331b1d197164997e2dedf (patch)
tree0baa4fbbf22b5296d14ce5e1669c8402a3870a08 /build
parent3c42b7edda05444935c290c1250f0bfb09f78ef6 (diff)
Make it possible to do shared library builds
Until a developer-build option is in place, you can do export GYP_FLAGS="-Dcomponent=shared_library"
Diffstat (limited to 'build')
-rw-r--r--build/build.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.pro b/build/build.pro
index f869aee89..c345de1e5 100644
--- a/build/build.pro
+++ b/build/build.pro
@@ -9,7 +9,7 @@ CHROMIUM_SRC_DIR = $$(CHROMIUM_SRC_DIR)
isEmpty(CHROMIUM_SRC_DIR):error("please set CHOMIUM_SRC_DIR")
message(Running Gyp...)
-GYP_OUTPUT = $$system(./gyp_blinq)
+GYP_OUTPUT = $$system(./gyp_blinq $$(GYP_FLAGS))
message($$GYP_OUTPUT)
ninja.target = ninja