Fix libretro builds for iOS and Windows

This commit is contained in:
刘皓
2026-01-12 11:31:42 -05:00
parent 3f3b353350
commit 75681e46ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1676,7 +1676,7 @@ if(ANDROID)
endif()
endif()
if (IOS)
if (IOS AND NOT LIBRETRO)
set(nativeExtra ${nativeExtra} ${NativeAppSource})
endif()