mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-10 11:25:59 +03:00
fix(build): correctly configure GLSDL on windows
This commit is contained in:
parent
0fb3dea2ee
commit
de4ea78e8f
@ -40,7 +40,7 @@ endif ()
|
|||||||
unset(WHOA_UB_SAN_HELP_TEXT)
|
unset(WHOA_UB_SAN_HELP_TEXT)
|
||||||
|
|
||||||
# GLSDL
|
# GLSDL
|
||||||
if (WHOA_SYSTEM_WINDOWS)
|
if (WHOA_SYSTEM_WIN)
|
||||||
# GLSDL can be disabled on Windows to save time
|
# GLSDL can be disabled on Windows to save time
|
||||||
option(WHOA_BUILD_GLSDL "Disable/Enable compilation of the OpenGL/SDL2 graphics rendering device on Windows." 0)
|
option(WHOA_BUILD_GLSDL "Disable/Enable compilation of the OpenGL/SDL2 graphics rendering device on Windows." 0)
|
||||||
elseif (WHOA_SYSTEM_MAC)
|
elseif (WHOA_SYSTEM_MAC)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user