Skip to content

Commit

Permalink
cmake: use WINDOWS instead of WIN32.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 2, 2018
1 parent e061a92 commit 4d4bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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()

Expand Down

0 comments on commit 4d4bb2b

Please sign in to comment.