From faef0320250c3c50b404dea37fade7e558a0f35d Mon Sep 17 00:00:00 2001 From: neville Date: Sun, 11 Oct 2015 18:37:05 +0200 Subject: [PATCH] (OSX PPC) Correct path to griffin ObjC --- pkg/apple/OSXPPC/RetroArch.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/apple/OSXPPC/RetroArch.xcodeproj/project.pbxproj b/pkg/apple/OSXPPC/RetroArch.xcodeproj/project.pbxproj index fd8e75d295..720100c65d 100644 --- a/pkg/apple/OSXPPC/RetroArch.xcodeproj/project.pbxproj +++ b/pkg/apple/OSXPPC/RetroArch.xcodeproj/project.pbxproj @@ -25,7 +25,7 @@ /* Begin PBXFileReference section */ 7A868DD21AC85A8500B0EDDB /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = ../OSX/en.lproj/MainMenu.xib; sourceTree = SOURCE_ROOT; }; 7A868DD41AC85A8500B0EDDB /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = ../OSX/en.lproj/Settings.xib; sourceTree = SOURCE_ROOT; }; - 7ACC4C4F1AC864B800D67175 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; + 7ACC4C4F1AC864B800D67175 /* griffin_objc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = griffin_objc.m; path = ../../../griffin/griffin_objc.m; sourceTree = SOURCE_ROOT; }; 7AEFCD861921295E00FB5B6A /* griffin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = griffin.c; path = ../../../griffin/griffin.c; sourceTree = SOURCE_ROOT; }; 962EE0E1178B3DF6004224FF /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = /System/Library/Frameworks/IOKit.framework; sourceTree = ""; }; 96355CDF1788E72A0010DBFA /* RetroArch.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RetroArch.app; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -309,7 +309,7 @@ "-DHAVE_DYLIB", "-DHAVE_7ZIP", "-DHAVE_GLUI", - "-DHAVE_ZARCH", + "-DHAVE_ZARCH", "-DHAVE_HID", "-DHAVE_XMB", "-DHAVE_FILTERS_BUILTIN", @@ -375,7 +375,7 @@ "-DHAVE_DYLIB", "-DHAVE_7ZIP", "-DHAVE_GLUI", - "-DHAVE_ZARCH", + "-DHAVE_ZARCH", "-DHAVE_HID", "-DHAVE_XMB", "-DHAVE_FILTERS_BUILTIN",