Skip to content

Commit

Permalink
build: fix windows presubmit (#237)
Browse files Browse the repository at this point in the history
* build: fix windows presubmit

* Apply fix from #214
  • Loading branch information
parthea authored Aug 27, 2024
1 parent e88ad89 commit c44b65f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/windows/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ FOR %%P IN (3.9, 3.10, 3.11, 3.12) DO (
py -%%P-64 -m pip wheel . --wheel-dir wheels/

echo "Built wheel, now running tests."
call %~dp0/test.bat %%P
call %~dp0/test.bat %%P || goto :error

echo "Finished with Python version %%P, now uninstalling"
choco uninstall python -y
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@


def copy_dll(build_lib):
return # trying static build of C library.
install_prefix = os.environ.get("CRC32C_INSTALL_PREFIX")

if os.name == "nt" and install_prefix is not None:
Expand Down

0 comments on commit c44b65f

Please sign in to comment.