CMAKE: Fix toggle fullscreen breakage due to missing define

This is lazy. The correct solution is to eliminate the define in the program code
This commit is contained in:
mazmazz 2020-06-09 17:31:49 -04:00
parent 36e17006b7
commit 46b383acda
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ if(${SDL2_FOUND})
endif()
target_compile_definitions(SRB2SDL2 PRIVATE
-DHAVE_SDL
-DDDIRECTFULLSCREEN -DHAVE_SDL
)
## strip debug symbols into separate file when using gcc.