Skip to content

Commit 75681e4

Browse files
committed
Fix libretro builds for iOS and Windows
1 parent 3f3b353 commit 75681e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1676,7 +1676,7 @@ if(ANDROID)
16761676
endif()
16771677
endif()
16781678

1679-
if (IOS)
1679+
if (IOS AND NOT LIBRETRO)
16801680
set(nativeExtra ${nativeExtra} ${NativeAppSource})
16811681
endif()
16821682

0 commit comments

Comments
 (0)