From 6cbf0e4207ebbef5c6f93c2ff87d5b8108f60fb0 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 11 Apr 2016 11:42:22 -0700 Subject: [osx] Add remaining gypi dependencies to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.1