Skip to content

Commit 4f1b299

Browse files
committed
test
1 parent f74830d commit 4f1b299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class BuildExt(build_ext):
6969
}
7070

7171
if sys.platform == "darwin":
72-
darwin_opts = ["-stdlib=libc++", "-mmacosx-version-min=10.9"]
72+
darwin_opts = ["-stdlib=libc++"]
7373
c_opts["unix"] = [*darwin_opts, "-fopenmp", "-O2"]
7474
l_opts["unix"] = [*darwin_opts, "-lomp"]
7575

0 commit comments

Comments
 (0)