summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-04-11 11:42:22 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-04-11 15:08:25 -0700
commit6cbf0e4207ebbef5c6f93c2ff87d5b8108f60fb0 (patch)
treecce234ccccd15f46afddc85061410291d1582856 /Makefile
parent8c7dc19e3f3656d56de82952aed06c5ac8879d50 (diff)
downloadqtlocation-mapboxgl-6cbf0e4207ebbef5c6f93c2ff87d5b8108f60fb0.tar.gz
[osx] Add remaining gypi dependencies to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cfbd2ba66c..81853591ea 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ OSX_PROJ_PATH = build/osx-x86_64/platform/osx/platform.xcodeproj
osx:
$(RUN) PLATFORM=osx Xcode/All
-$(OSX_PROJ_PATH): platform/osx/platform.gyp platform/osx/scripts/configure.sh mbgl.gypi test/test.gypi
+$(OSX_PROJ_PATH): platform/osx/platform.gyp platform/osx/scripts/configure.sh mbgl.gypi test/test.gypi bin/*.gypi
$(RUN) PLATFORM=osx Xcode/__project__
xproj: $(OSX_PROJ_PATH)