mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(iOS) Build fix
This commit is contained in:
parent
6b8aece1f7
commit
3cb6267886
@ -18,8 +18,6 @@
|
||||
#include "RetroArch_Apple.h"
|
||||
#include "../../settings_data.h"
|
||||
|
||||
#import <AppKit/AppKit.h>
|
||||
|
||||
void apple_display_alert(const char *message, const char *title)
|
||||
{
|
||||
#ifdef IOS
|
||||
|
@ -496,6 +496,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../,
|
||||
"../../libretro-sdk/include",
|
||||
../../,
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/iOS/RetroArch-Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
@ -558,6 +559,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../,
|
||||
"../../libretro-sdk/include",
|
||||
../../,
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/iOS/RetroArch-Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 5.0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user