Skip to content

Commit

Permalink
chore(ci): fix the library suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jun 22, 2023
1 parent 9b7e1a7 commit 01c2f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/python_wheel_windows_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set CMAKE_GENERATOR=Visual Studio 15 2017 Win64
set CMAKE_UNITY_BUILD=ON
set VCPKG_FEATURE_FLAGS=-manifests
set VCPKG_TARGET_TRIPLET=x64-windows-static
set ADBC_VERSION_DLL_SUFFIX=.0.5.1
set ADBC_VERSION_DLL_SUFFIX=.5.1.0

IF NOT DEFINED VCPKG_ROOT (echo "Must set VCPKG_ROOT" && exit /B 1)

Expand Down

0 comments on commit 01c2f1e

Please sign in to comment.