cmake: use WINDOWS instead of WIN32.
--HG-- extra : histedit_source : be7d5850d1e2d3ca834da337a4ac88dca63c0547
This commit is contained in:
parent
45974c3953
commit
b41191fbf2
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ set(SDL_CFLAGS "")
|
|||
|
||||
# When building shared lib for Windows with MinGW,
|
||||
# avoid the DLL having a "lib" prefix
|
||||
if(WIN32)
|
||||
if(WINDOWS)
|
||||
set(CMAKE_SHARED_LIBRARY_PREFIX "")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue