Skip to content

Commit 63248eb

Browse files
committed
remove -Ax64 architecture compile flag for windows
1 parent 5e0f8a8 commit 63248eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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"

0 commit comments

Comments
 (0)