diff --git a/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj b/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj index 0d1c5459b1..2b32c81288 100644 --- a/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj +++ b/pkg/apple/RetroArch_PPC.xcodeproj/project.pbxproj @@ -232,6 +232,7 @@ ARCHS = "$(ONLY_ACTIVE_ARCH_PRE_XCODE_3_1)"; HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../../libretro-common/include", + "$(SRCROOT)/../../deps", "$(SRCROOT)", ); ONLY_ACTIVE_ARCH_PRE_XCODE_3_1 = "$(NATIVE_ARCH)"; @@ -245,6 +246,7 @@ ARCHS_STANDARD_32_BIT_PRE_XCODE_3_1 = "ppc i386"; HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../../libretro-common/include", + "$(SRCROOT)/../../deps", "$(SRCROOT)", ); }; @@ -282,6 +284,8 @@ ONLY_ACTIVE_ARCH = YES; OTHER_CFLAGS = ( "-DHAVE_GRIFFIN", + "-DHAVE_MINIUPNPC", + "-DHAVE_BUILTINMINIUPNPC", "-DHAVE_UPDATE_ASSETS", "-DHAVE_CHEEVOS", "-DHAVE_STB_FONT", @@ -355,6 +359,8 @@ "-DNS_BLOCK_ASSERTIONS=1", "-DNDEBUG", "-DHAVE_GRIFFIN", + "-DHAVE_MINIUPNPC", + "-DHAVE_BUILTINMINIUPNPC", "-DHAVE_UPDATE_ASSETS", "-DHAVE_CHEEVOS", "-DHAVE_STB_FONT",