mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-26 00:40:27 +00:00
Fix error in if() expression in giflib/CMakeLists.txt.
This commit is contained in:
parent
6ef082ad7f
commit
b15f21bbd0
2
third_party/giflib/CMakeLists.txt
vendored
2
third_party/giflib/CMakeLists.txt
vendored
@ -28,7 +28,7 @@ check_function_exists("vprintf" HAVE_VPRINTF)
|
||||
check_function_exists("_doprnt" HAVE_DOPRNT)
|
||||
check_function_exists("strdup" HAVE_STRDUP)
|
||||
|
||||
if(${HAVE_STDINT_H} or ${HAVE_INTTYPES_H})
|
||||
if(HAVE_STDINT_H OR HAVE_INTTYPES_H)
|
||||
set("UINT32" "uint32_t")
|
||||
else()
|
||||
set("UINT32" "unsigned int")
|
||||
|
Loading…
x
Reference in New Issue
Block a user