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

Commit

Permalink
Fix the freebsd building on Windows
Browse files Browse the repository at this point in the history
this can squash down when we get the chance...
  • Loading branch information
alexcrichton committed Mar 15, 2016
1 parent be89e4b commit 3dcd2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/HandleLLVMOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ endif()
# build might work on ELF but fail on MachO/COFF.
if(NOT (${TARGET_TRIPLE} MATCHES "darwin" OR
${TARGET_TRIPLE} MATCHES "windows" OR
${TARGET_TRIPLE} MATCHES "mingw" OR
${TARGET_TRIPLE} MATCHES "freebsd" OR
${TARGET_TRIPLE} MATCHES "netbsd" OR
${TARGET_TRIPLE} MATCHES "openbsd") AND
Expand Down

0 comments on commit 3dcd2c8

Please sign in to comment.