diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-04-29 11:03:06 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-05-02 12:54:37 +0300 |
commit | 185c6e5d3b2788e17e73a428c96445b7d614a70e (patch) | |
tree | 35919cea5d6d3da86b70450e5fec56fdc980e6d8 /Makefile | |
parent | bc868b8433f47e87bccfae0a52e5387aa8572050 (diff) | |
download | qtlocation-mapboxgl-185c6e5d3b2788e17e73a428c96445b7d614a70e.tar.gz |
[build] Added 'mbgl-loop-uv' to 'linux-core' target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |