blob: c05798bb5aaabf860eefb6a15b0684afd729a0e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bindings/c/CMakeLists.txt.orig 2021-12-29 13:15:46 UTC
+++ bindings/c/CMakeLists.txt
@@ -65,7 +65,7 @@ if(WIN32)
endif()
# The tests don't build on windows
-if(NOT WIN32)
+if(NOT WIN32 AND NOT CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
set(MAKO_SRCS
test/mako/mako.c
test/mako/mako.h
|