Skip to content

Commit eb28037

Browse files
committed
fix MinGW/MSYS builds
1 parent 3ba559b commit eb28037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ set(GIFLIB_INCLUDES
2121

2222
add_library(giflib ${GIFLIB_SRCS})
2323

24-
if (WIN32)
24+
if (MSVC)
2525
# Suppress warnings to reduce build log size.
2626
target_compile_options(giflib PRIVATE
2727
"/wd4267"

0 commit comments

Comments
 (0)