Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdenobel authored Feb 15, 2024
1 parent f2232fa commit b541290
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 @@ -31,7 +31,7 @@
if platform.system() == "Darwin":
os.environ["CC"] = "clang"
os.environ["CXX"] = "clang"
os.environ["ARCHFLAGS"] = "-std=c++14"
os.environ["ARCHFLAGS"] = "-std=c++14 -mmacosx-version-min=10.15"

BASE_DIR = os.path.realpath(os.path.dirname(__file__))
MAKE_DOCS = os.environ.get("MAKE_DOCS")
Expand Down

0 comments on commit b541290

Please sign in to comment.