Skip to content

Commit a766c82

Browse files
committed
Fix ogg and tremor header search paths
1 parent b68a8b4 commit a766c82

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

cocos2d-ios.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2319,8 +2319,8 @@
23192319
buildConfigurationList = D2FEB74C194F6C9E00FC0574 /* Build configuration list for PBXNativeTarget "cocos2dAndroid" */;
23202320
buildPhases = (
23212321
D2FEB610194F6C9E00FC0574 /* Headers */,
2322-
D2FEB6B8194F6C9E00FC0574 /* Sources */,
23232322
D2FEB740194F6C9E00FC0574 /* Frameworks */,
2323+
D2FEB6B8194F6C9E00FC0574 /* Sources */,
23242324
);
23252325
buildRules = (
23262326
);
@@ -3023,6 +3023,8 @@
30233023
"$(SRCROOT)/external/Chipmunk/include",
30243024
"$(SRCROOT)/external/Chipmunk/objectivec/include",
30253025
"$(SRCROOT)/external/ObjectAL/**",
3026+
"$(SRCROOT)/external/tremor/include",
3027+
"$(SRCROOT)/external/ogg/include",
30263028
);
30273029
LIBRARY_SEARCH_PATHS = (
30283030
"$(inherited)",
@@ -3068,6 +3070,8 @@
30683070
"$(SRCROOT)/external/Chipmunk/include",
30693071
"$(SRCROOT)/external/Chipmunk/objectivec/include",
30703072
"$(SRCROOT)/external/ObjectAL/**",
3073+
"$(SRCROOT)/external/tremor/include",
3074+
"$(SRCROOT)/external/ogg/include",
30713075
);
30723076
LIBRARY_SEARCH_PATHS = (
30733077
"$(inherited)",

external/ogg

Submodule ogg updated from 041c8dd to 15a2b75

external/tremor

0 commit comments

Comments
 (0)