summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2017-04-29 11:03:06 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2017-05-02 12:54:37 +0300
commit185c6e5d3b2788e17e73a428c96445b7d614a70e (patch)
tree35919cea5d6d3da86b70450e5fec56fdc980e6d8 /Makefile
parentbc868b8433f47e87bccfae0a52e5387aa8572050 (diff)
downloadqtlocation-mapboxgl-185c6e5d3b2788e17e73a428c96445b7d614a70e.tar.gz
[build] Added 'mbgl-loop-uv' to 'linux-core' target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e230d9bdc7..e8f7f175ff 100644
--- a/Makefile
+++ b/Makefile
@@ -304,7 +304,7 @@ linux: glfw-app render offline
.PHONY: linux-core
linux-core: $(LINUX_BUILD)
- $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(LINUX_OUTPUT_PATH) mbgl-core
+ $(NINJA) $(NINJA_ARGS) -j$(JOBS) -C $(LINUX_OUTPUT_PATH) mbgl-core mbgl-loop-uv
.PHONY: test
test: $(LINUX_BUILD)