Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 3dcd2c8

Browse files
committed
Fix the freebsd building on Windows
this can squash down when we get the chance...
1 parent be89e4b commit 3dcd2c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/HandleLLVMOptions.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ endif()
133133
# build might work on ELF but fail on MachO/COFF.
134134
if(NOT (${TARGET_TRIPLE} MATCHES "darwin" OR
135135
${TARGET_TRIPLE} MATCHES "windows" OR
136+
${TARGET_TRIPLE} MATCHES "mingw" OR
136137
${TARGET_TRIPLE} MATCHES "freebsd" OR
137138
${TARGET_TRIPLE} MATCHES "netbsd" OR
138139
${TARGET_TRIPLE} MATCHES "openbsd") AND

0 commit comments

Comments
 (0)