summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-05-02 12:45:54 +0200
committerSimon Hausmann <simon.hausmann@digia.com>2013-05-02 12:45:54 +0200
commit3dc0fbff5c73fff629af1455622d63869490d3b4 (patch)
treecbb62b93a8048d6a95c1e7132212066f7cf64a29 /build
parent221046ca710336dcd49331b1d197164997e2dedf (diff)
Revert "Make it possible to do shared library builds"
This reverts commit 6d4e28f380d81eebeabac139c7f8e25de53ddee8. GYP_DEFINES does the same job :)
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 c345de1e5..f869aee89 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_FLAGS))
+GYP_OUTPUT = $$system(./gyp_blinq)
message($$GYP_OUTPUT)
ninja.target = ninja