Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Nov 30, 2023
1 parent 9eab977 commit c778f63
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def run(self):
cmake_config_args = [
f"-DCMAKE_INSTALL_PREFIX={cmake_install_prefix}",
f"-DPython_EXECUTABLE={sys.executable}",
f"-D CMAKE_OSX_DEPLOYMENT_TARGET=10.14",
f"-D CMAKE_OSX_ARCHITECTURES=arm64",
]
cmake_build_args = []
if platform.system() == "Windows":
Expand Down

0 comments on commit c778f63

Please sign in to comment.