mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Fix typo in cmake because of which EVENT__SIZEOF_SIZE_T was wrong
Fixes: #580 (cherry picked from commit 6e5c15d095d37036553d491b52d27fbbda08e7f2)
This commit is contained in:
parent
7d1ffe6474
commit
3375750ad7
@ -430,7 +430,7 @@ CHECK_SYMBOL_EXISTS(F_SETFD fcntl.h EVENT__HAVE_SETFD)
|
||||
|
||||
CHECK_TYPE_SIZE(fd_mask EVENT__HAVE_FD_MASK)
|
||||
|
||||
CHECK_TYPE_SIZE(size_t EVENT__SIZEOF_SIZEE_T)
|
||||
CHECK_TYPE_SIZE(size_t EVENT__SIZEOF_SIZE_T)
|
||||
if(NOT EVENT__SIZEOF_SIZE_T)
|
||||
set(EVENT__size_t "unsigned")
|
||||
set(EVENT__SIZEOF_SIZE_T ${EVENT__SIZEOF_UNSIGNED})
|
||||
|
Loading…
x
Reference in New Issue
Block a user