From 87a7dab553efa6e4f1a9e6ca7591ed97dffc1aa0 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Tue, 28 Nov 2017 19:25:54 +0200 Subject: [build] Added mbgl-filesource to 'linux-core' target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1