Skip to content

Commit 22d5796

Browse files
author
Leily Rabbani
committed
changed Darwin to darwin
1 parent 34bc3e5 commit 22d5796

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
@@ -17,7 +17,7 @@ def get_include(): # TODO
1717

1818
def __extra_compile_args():
1919
extra_compile_args = []
20-
if platform.system() == 'Darwin':
20+
if platform.system() == 'darwin':
2121
extra_compile_args = ["-std=c++11"]
2222
else:
2323
extra_compile_args = ["-fopenmp", "-std=c++11"]

0 commit comments

Comments
 (0)