Skip to content

Commit

Permalink
Try macosx version min.
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrublee committed Sep 30, 2023
1 parent dfd5126 commit 921f59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if sys.platform.startswith("darwin"):
print("Running on macOS")
platform_cxx_flags = ["-std=c++20", "-stdlib=libc++", "-mmacosx-version-min=10.15"]
os.environ["MACOSX_DEPLOYMENT_TARGET"] = 10.15
os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.15"

elif sys.platform.startswith("linux"):
print("Running on Linux")
Expand Down

0 comments on commit 921f59e

Please sign in to comment.