File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ macro(add_sdl_example_executable TARGET)
7979
8080 list (APPEND SDL_EXAMPLE_EXECUTABLES ${TARGET} )
8181if (AST_DATAFILES)
82- if (DREAMCAST )
82+ if (PLATFORM_DREAMCAST )
8383 # Set up romdisk directory
8484 set (ROMDISK_DIR "${CMAKE_CURRENT_BINARY_DIR} /romdisk_${TARGET} " )
8585 file (MAKE_DIRECTORY "${ROMDISK_DIR} " )
@@ -121,7 +121,7 @@ if(AST_DATAFILES)
121121 endif ()
122122 elseif (PSP)
123123 target_link_libraries (${TARGET} PRIVATE GL )
124- elseif (DREAMCAST )
124+ elseif (PLATFORM_DREAMCAST )
125125 target_link_libraries (${TARGET} PRIVATE GL pthread )
126126 elseif (EMSCRIPTEN)
127127 set_property (TARGET ${TARGET} PROPERTY SUFFIX ".html" )
@@ -218,7 +218,7 @@ if(N3DS)
218218 endforeach ()
219219endif ()
220220
221- if (DREAMCAST )
221+ if (PLATFORM_DREAMCAST )
222222 foreach (APP ${SDL_EXAMPLE_EXECUTABLES} )
223223 target_link_libraries (${APP} PRIVATE GL pthread )
224224
You can’t perform that action at this time.
0 commit comments