Skip to content

Commit 7efc0c9

Browse files
authored
Merge pull request #159 from karosc/fix/compile_flags
update swmm-solver and compile flags
2 parents e1383d3 + 63248eb commit 7efc0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swmm-toolkit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ urls = { Homepage = "https://github.com/pyswmm/swmm-python" }
3131

3232
[[tool.scikit-build.overrides]]
3333
if.platform-system = "win32"
34-
cmake.args = ["-GVisual Studio 17 2022", "-Ax64"]
34+
cmake.args = ["-GVisual Studio 17 2022"]
3535

3636
[[tool.scikit-build.overrides]]
3737
if.platform-system = "darwin"

swmm-toolkit/swmm-solver

0 commit comments

Comments
 (0)