mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-09 23:06:47 +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)
|
||||
|
||||
# GLSDL
|
||||
if (WHOA_SYSTEM_WINDOWS)
|
||||
if (WHOA_SYSTEM_WIN)
|
||||
# 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)
|
||||
elseif (WHOA_SYSTEM_MAC)
|
||||
|
Loading…
Reference in New Issue
Block a user