Skip to content

Commit eb75de2

Browse files
authored
Change macOS deployment target in setup.py
Update macOS deployment target from 10.9 to 11.0.
1 parent 221cb7e commit eb75de2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swmm-toolkit/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def run(self):
8888
cmake_args = ["-GVisual Studio 17 2022","-Ax64"]
8989

9090
elif platform_system == "Darwin":
91-
cmake_args = ["-GNinja","-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.9"]
91+
cmake_args = ["-GNinja","-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=11.0"]
9292

9393
else:
9494
cmake_args = ["-GUnix Makefiles"]

0 commit comments

Comments
 (0)