summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-14 15:31:39 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-14 15:31:39 -0700
commit37bb2ff0484bbac6bc23bd4be40d5006f74ed7c0 (patch)
tree2d4e165c551dc348e9c6516ce5fbab8b41ccfb93 /Makefile
parentaf9293a65b7d29ebe7eec9d4446bd90d283b65af (diff)
downloadqtlocation-mapboxgl-37bb2ff0484bbac6bc23bd4be40d5006f74ed7c0.tar.gz
don't force Testing build on linux
[skip ci]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 70d706afa6..cbc00c8ea9 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ xtest: config.gypi clear_xcode_cache node
# Builds the linux app with make. This is also used by Travis CI
linux: config.gypi linux/llmr-app.gyp node
deps/run_gyp linux/llmr-app.gyp --depth=. -Goutput_dir=.. --generator-output=./build/linux -f make
- $(MAKE) -C build/linux BUILDTYPE=Testing V=$(V) linuxapp
+ $(MAKE) -C build/linux BUILDTYPE=$(BUILDTYPE) V=$(V) linuxapp
# Executes the Linux binary
run-linux: linux