summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2015-12-14 16:55:38 -0800
committerBruno de Oliveira Abinader <bruno@mapbox.com>2015-12-15 09:45:53 -0800
commit4ae4325c81dc0b0e5f5bb460d4d3009fc8dcef84 (patch)
tree40abb9c0482159acc7b63fa8fc692f0ec5765022 /Makefile
parent531f337ee2f8dd46077525043c8c3ca13efc5570 (diff)
downloadqtlocation-mapboxgl-4ae4325c81dc0b0e5f5bb460d4d3009fc8dcef84.tar.gz
[osx] 'make run-linux' should work on OSX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0a64435414..20ec49f8ce 100644
--- a/Makefile
+++ b/Makefile
@@ -67,9 +67,9 @@ endif
.PHONY: linux run-linux run-valgrind-linux
linux: ; $(RUN) Makefile/linuxapp
nlinux: ; $(RUN) Ninja/linuxapp
-run-linux: linux ; (cd build/linux-x86_64/$(BUILDTYPE) && ./mapbox-gl)
+run-linux: linux ; (cd build/$(BUILD)-$(BUILD_VERSION)/$(BUILDTYPE) && ./mapbox-gl)
run-valgrind-linux: linux
- (cd build/linux-x86_64/$(BUILDTYPE) && valgrind --leak-check=full --suppressions=../../../scripts/valgrind.sup ./mapbox-gl)
+ (cd build/$(BUILD)-$(BUILD_VERSION)/$(BUILDTYPE) && valgrind --leak-check=full --suppressions=../../../scripts/valgrind.sup ./mapbox-gl)
.PHONY: config compdb tidy