mirror of https://github.com/encounter/SDL.git
cmake: use WINDOWS instead of WIN32.
This commit is contained in:
parent
e061a92dc9
commit
4d4bb2b0ed
|
@ -212,7 +212,7 @@ set(SDL_CFLAGS "")
|
||||||
|
|
||||||
# When building shared lib for Windows with MinGW,
|
# When building shared lib for Windows with MinGW,
|
||||||
# avoid the DLL having a "lib" prefix
|
# avoid the DLL having a "lib" prefix
|
||||||
if(WIN32)
|
if(WINDOWS)
|
||||||
set(CMAKE_SHARED_LIBRARY_PREFIX "")
|
set(CMAKE_SHARED_LIBRARY_PREFIX "")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue