summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-28 19:25:54 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-11-28 19:25:54 +0200
commit855b26b82562bb0c15225560a57fe91ae3867bf4 (patch)
treef2f1d57d2835ac26a1c252aaaac324c860b95b15
parenta2817ff5ed301f0da5817279ca7184b0c22bdf21 (diff)
downloadqtlocation-mapboxgl-upstream/linux-core-mbgl-filesource.tar.gz
[build] Added mbgl-filesource to 'linux-core' targetupstream/linux-core-mbgl-filesource
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d54dcc4fd6..d7678124f5 100644
--- a/Makefile
+++ b/Makefile
@@ -296,7 +296,7 @@ linux: glfw-app render offline
.PHONY: linux-core
linux-core: $(LINUX_BUILD)
- $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(LINUX_OUTPUT_PATH) mbgl-core mbgl-loop-uv
+ $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(LINUX_OUTPUT_PATH) mbgl-core mbgl-loop-uv mbgl-filesource
.PHONY: test
test: $(LINUX_BUILD)