Skip to content
Snippets Groups Projects
Commit 46b383ac authored by Marco Z's avatar Marco Z
Browse files

CMAKE: Fix toggle fullscreen breakage due to missing define

This is lazy. The correct solution is to eliminate the define in the program code
parent 36e17006
Branches
Tags
No related merge requests found
...@@ -266,7 +266,7 @@ if(${SDL2_FOUND}) ...@@ -266,7 +266,7 @@ if(${SDL2_FOUND})
endif() endif()
target_compile_definitions(SRB2SDL2 PRIVATE target_compile_definitions(SRB2SDL2 PRIVATE
-DHAVE_SDL -DDDIRECTFULLSCREEN -DHAVE_SDL
) )
## strip debug symbols into separate file when using gcc. ## strip debug symbols into separate file when using gcc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment