This commit is contained in:
isildur-g
2024-03-12 13:58:50 +01:00
parent feeb6a57ac
commit 10e96c3f53

View File

@@ -32,7 +32,7 @@ if(FREEBSD OR NETBSD)
endif() endif()
if(NETBSD) if(NETBSD)
set(EXTRA_C_FLAGS "${EXTRA_CXX_FLAGS} -DHAVE_BUILTIN_POPCOUNT") set(EXTRA_C_FLAGS "${EXTRA_C_FLAGS} -DHAVE_BUILTIN_POPCOUNT")
set(EXTRA_CXX_FLAGS "${EXTRA_CXX_FLAGS} -DHAVE_BUILTIN_POPCOUNT") set(EXTRA_CXX_FLAGS "${EXTRA_CXX_FLAGS} -DHAVE_BUILTIN_POPCOUNT")
endif() endif()