summaryrefslogtreecommitdiff
path: root/scripts/main.mk
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-12-10 13:41:00 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-12-11 16:23:42 -0800
commitb0bec13601ec6ea3892e4896b4e177f3e42c8314 (patch)
treeb669c6e70fb48b8ebd5dda94e7ef1c2c91b7062a /scripts/main.mk
parent0f9922cff59772375d81202a43284b732b6aacb3 (diff)
downloadqtlocation-mapboxgl-b0bec13601ec6ea3892e4896b4e177f3e42c8314.tar.gz
[build] make sure we're building the config file for node Xcode projects
Diffstat (limited to 'scripts/main.mk')
-rw-r--r--scripts/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/main.mk b/scripts/main.mk
index c65a7aedde..d2cf13b524 100644
--- a/scripts/main.mk
+++ b/scripts/main.mk
@@ -109,7 +109,7 @@ node/configure:
$(QUIET)$(ENV) $(NODE_PRE_GYP) configure --clang -- \
$(GYP_FLAGS) -Dlibuv_cflags= -Dlibuv_ldflags= -Dlibuv_static_libs=
-node/xproj:
+node/xproj: Xcode/__project__ node/configure
$(QUIET)$(ENV) $(NODE_PRE_GYP) configure --clang -- \
$(GYP_FLAGS) -f xcode -Dlibuv_cflags= -Dlibuv_ldflags= -Dlibuv_static_libs=
$(QUIET)$(ENV) ./scripts/node/create_node_scheme.sh "node test" "`npm bin tape`/tape platform/node/test/js/**/*.test.js"