Skip to content

Commit

Permalink
rearange conditionals for siliconn support
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeucler2018 committed Aug 7, 2024
1 parent ce7e5fc commit c8f4c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

if(APPLE)
set(PYEXT_SUFFIX
".so"
".dylib"
CACHE STRING "Suffix for Python extension modules")
set(DYNLIB_SUFFIX
".dylib"
Expand Down Expand Up @@ -244,6 +244,7 @@ add_core(pce mednafen_pce_fast)
add_core(32x picodrive)
add_core(saturn mednafen_saturn)


set(CLEAN_CORES)

foreach(core IN LISTS CORE_TARGETS)
Expand Down

0 comments on commit c8f4c68

Please sign in to comment.