From 4cfb4b130fce9912d636ba832544bf73b38b7484 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 29 Oct 2014 17:22:36 -0400 Subject: fix xproj target --- gyp/mbgl-core.gypi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gyp') diff --git a/gyp/mbgl-core.gypi b/gyp/mbgl-core.gypi index c4b6712833..e6b90a6b27 100644 --- a/gyp/mbgl-core.gypi +++ b/gyp/mbgl-core.gypi @@ -48,6 +48,10 @@ { 'target_name': 'mbgl-standalone', 'type': 'none', + 'hard_dependency': 1, + 'dependencies': [ + 'mbgl-core' + ], 'variables': { 'core_lib':'<(PRODUCT_DIR)/libmbgl-core.a', 'standalone_lib':'<(PRODUCT_DIR)/libmbgl.a' -- cgit v1.2.1