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-29 13:32:34 +0200
commit87a7dab553efa6e4f1a9e6ca7591ed97dffc1aa0 (patch)
treeb8e069a7b5db282c7164fe0103f893ec59ea0d02
parented5e009062b8ad7493c670c8a278220b1de0e528 (diff)
downloadqtlocation-mapboxgl-87a7dab553efa6e4f1a9e6ca7591ed97dffc1aa0.tar.gz
[build] Added mbgl-filesource to 'linux-core' target
-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)