Skip to content

Commit 6700fcc

Browse files
authored
Make: Using SIMD on FreeBSD (#205)
1 parent 5affd61 commit 6700fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def windows_settings() -> Tuple[List[str], List[str], List[Tuple[str]]]:
118118
return compile_args, link_args, macros_args
119119

120120

121-
if sys.platform == "linux":
121+
if sys.platform == "linux" or sys.platform.startswith('freebsd'):
122122
compile_args, link_args, macros_args = linux_settings()
123123

124124
elif sys.platform == "darwin":

0 commit comments

Comments
 (0)