Skip to content

Commit

Permalink
Remove EXTRA_CFLAGS.
Browse files Browse the repository at this point in the history
(cherry picked from commit 9491389)
  • Loading branch information
Wolf3s authored and slouken committed Dec 20, 2024
1 parent e305da0 commit 2e99b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2702,7 +2702,6 @@ elseif(PSP)
endif()

elseif(PS2)
list(APPEND EXTRA_CFLAGS "-DPS2" "-D__PS2__" "-I$ENV{PS2SDK}/ports/include" "-I$ENV{PS2DEV}/gsKit/include")

file(GLOB PS2_MAIN_SOURCES ${SDL2_SOURCE_DIR}/src/main/ps2/*.c)
set(SDLMAIN_SOURCES ${SDLMAIN_SOURCES} ${PS2_MAIN_SOURCES})
Expand Down

0 comments on commit 2e99b6e

Please sign in to comment.