diff --git a/CMakeLists.txt b/CMakeLists.txt index 6642f7d66..a3cc6f003 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1183,7 +1183,6 @@ if(NOT LIBRETRO) set_property(TARGET ${PROJECT_NAME} PROPERTY XCODE_ATTRIBUTE_SWIFT_VERSION "5.0") if(IOS) add_subdirectory(shell/apple/emulator-ios/AltKit) - target_include_directories(${PROJECT_NAME} PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/shell/apple/emulator-ios") target_link_libraries(${PROJECT_NAME} PRIVATE AltKit) target_sources(${PROJECT_NAME} PRIVATE diff --git a/shell/apple/emulator-ios/emulator/FlycastViewController.mm b/shell/apple/emulator-ios/emulator/FlycastViewController.mm index 9752f72b5..583d1b13c 100644 --- a/shell/apple/emulator-ios/emulator/FlycastViewController.mm +++ b/shell/apple/emulator-ios/emulator/FlycastViewController.mm @@ -40,7 +40,7 @@ #include "ios_mouse.h" //@import AltKit; -#import "AltKit/AltKit-Swift.h" +#import "AltKit-Swift.h" std::string iosJitStatus; static bool iosJitAuthorized;