1 parent fad49ab commit f6a19d1Copy full SHA for f6a19d1
2 files changed
pyproject.toml
@@ -84,7 +84,7 @@ before-all = [
84
"vcpkg install zlib:x64-windows-static-md",
85
"pip install delvewheel",
86
]
87
-environment = { CL = "/I C:/vcpkg/installed/x64-windows-static-md/include", LINK = "/LIBPATH:C:/vcpkg/installed/x64-windows-static-md/lib" }
+environment = { CL = "/I C:/vcpkg/installed/x64-windows-static-md/include" }
88
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"
89
test-command = "gambaterm --help"
90
setup.py
@@ -26,7 +26,7 @@ def get_extensions() -> list[Extension]:
26
# Add zlib library for ZIP support
27
libraries = []
28
if platform.system() == "Windows":
29
- libraries += ["zlib"]
+ libraries += ["zs"]
30
else:
31
libraries += ["z"]
32
0 commit comments