Skip to content

Commit 9c4591f

Browse files
committed
Fixing header paths.
Former-commit-id: 40e8dac
1 parent 767548e commit 9c4591f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Chipmunk7-ios.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@
391391
"$(inherited)",
392392
);
393393
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
394+
HEADER_SEARCH_PATHS = (
395+
"\"$(SRCROOT)/external/Chipmunk/include\"",
396+
"\"$(SRCROOT)/external/Chipmunk/objectivec/include\"",
397+
);
394398
OTHER_LDFLAGS = "-ObjC";
395399
PRODUCT_NAME = "$(TARGET_NAME)";
396400
SDKROOT = iphoneos;
@@ -411,6 +415,10 @@
411415
ENABLE_NS_ASSERTIONS = NO;
412416
GCC_PREPROCESSOR_DEFINITIONS = "NDEBUG=1";
413417
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
418+
HEADER_SEARCH_PATHS = (
419+
"\"$(SRCROOT)/external/Chipmunk/include\"",
420+
"\"$(SRCROOT)/external/Chipmunk/objectivec/include\"",
421+
);
414422
OTHER_LDFLAGS = "-ObjC";
415423
PRODUCT_NAME = "$(TARGET_NAME)";
416424
SDKROOT = iphoneos;

0 commit comments

Comments
 (0)