Skip to content
Snippets Groups Projects
Commit 2ca5e291 authored by SteelT's avatar SteelT
Browse files

Make sure the new option only works on Windows.

Is this how you do it? I'm not really sure.
parent d0b64222
No related branches found
No related tags found
2 merge requests!488Merge in next and don't billboard papersprites in GL,!325CMake: Use internal libs.
......@@ -228,8 +228,10 @@ set(SRB2_CONFIG_STATIC_OPENGL OFF CACHE BOOL
"Use statically linked OpenGL. NOT RECOMMENDED.")
### use internal libraries?
set(SRB2_CONFIG_USE_INTERNAL_LIBRARIES OFF CACHE BOOL
if (WIN32) ###set on Windows only
set(SRB2_CONFIG_USE_INTERNAL_LIBRARIES OFF CACHE BOOL
"Use SRB2's internal copies of required dependencies (SDL2, PNG, zlib, GME).")
endif()
if(${SRB2_CONFIG_HAVE_BLUA})
add_definitions(-DHAVE_BLUA)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment