mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-28 01:00:33 +00:00
Don't give the Android build a special name
This commit is contained in:
parent
14bb496480
commit
6623dfd877
@ -135,9 +135,7 @@ endif ()
|
||||
set_target_properties(libretro PROPERTIES PREFIX "")
|
||||
|
||||
# Most platforms use the name "<core name>_libretro", but a few have their own conventions
|
||||
if (ANDROID)
|
||||
set_target_properties(libretro PROPERTIES OUTPUT_NAME "melondsds_libretro_android")
|
||||
elseif(CMAKE_SYSTEM_NAME STREQUAL "tvOS")
|
||||
if(CMAKE_SYSTEM_NAME STREQUAL "tvOS")
|
||||
set_target_properties(libretro PROPERTIES OUTPUT_NAME "melondsds_libretro_tvos")
|
||||
elseif(IOS)
|
||||
set_target_properties(libretro PROPERTIES OUTPUT_NAME "melondsds_libretro_ios")
|
||||
|
Loading…
Reference in New Issue
Block a user