Fix iOS build

This commit is contained in:
Halo-Michael 2023-04-26 19:25:48 +08:00 committed by GitHub
parent 5fef404946
commit 941a10df4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2623,7 +2623,7 @@ if(IOS AND NOT LIBRETRO)
)
endif()
if(MACOSX)
if(MACOSX AND NOT IOS)
if(GOLD)
set_target_properties(${TargetBin} PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/macOS/InfoGold.plist"