[cmake] Define HAVE_PTHREAD if not on win32

Yeah...
This commit is contained in:
Behdad Esfahbod 2021-02-22 17:38:53 -07:00
parent b368a0736b
commit 11c28cb5fa
1 changed files with 2 additions and 0 deletions

View File

@ -102,6 +102,8 @@ if (${HAVE_STDBOOL_H})
add_definitions(-DHAVE_STDBOOL_H)
endif ()
# https://github.com/harfbuzz/harfbuzz/pull/2874#issuecomment-782859099
if (NOT WIN32) add_definitions("-DHAVE_PTHREAD") endif ()
if (MSVC)
add_definitions(-wd4244 -wd4267 -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS)