(Apple OSX) Build fix

This commit is contained in:
Twinaphex 2014-10-22 00:24:06 +02:00
parent 9a9fa6532a
commit 2c8971f308
2 changed files with 3 additions and 5 deletions

View File

@ -16,13 +16,13 @@
<string>https://github.com/libretro/RetroArch.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>apple/RetroArch_OSX.xcodeproj/project.xcworkspace</string>
<string>apple/OSX/OSX/RetroArch_OSX.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>76200F0D6584D865E96F58DE862E738E88B23A3C</key>
<string>../../../..</string>
<string>../../../../../..</string>
<key>C7C12374C7051F8843B3EFA1ACCAF2907102CCF7</key>
<string>../../..</string>
<string>../../../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/libretro/RetroArch.git</string>

View File

@ -22,8 +22,6 @@
#include "../../frontend/frontend.h"
#include "../../frontend/menu/menu_common.h"
#include "../../file.h"
static void* const associated_core_key = (void*)&associated_core_key;
id<RetroArch_Platform> apple_platform;