File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ set CIBW_TEST_REQUIRES=-r tests/requirements.txt
1919set CIBW_TEST_COMMAND = pytest {project}\tests\test_Producer.py
2020rem set CIBW_BUILD_VERBOSITY=3
2121set include = %cd% \%DEST% \build\native\include
22- set lib = %cd% \%DEST% \build\native\lib\win\%ARCH% \win-%ARCH% -Release\v120
22+ set lib = %cd% \%DEST% \build\native\lib\win\%ARCH% \win-%ARCH% -Release\v140
2323set DLL_DIR = %cd% \%DEST% \runtimes\win-%ARCH% \native
2424set CIBW_REPAIR_WHEEL_COMMAND = python -m delvewheel repair --add-path %DLL_DIR% -w {dest_dir} {wheel}
2525
Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ if exist %pypath64% (
3232
3333rem Copy x86 libs and dlls
3434if exist %pypath% (
35- echo A | xcopy /F dest\librdkafka.redist.%librdkafka_version% \build\native\lib\win\x86\win-x86-Release\v120 \librdkafka.lib %pypath% \libs\* || exit /b 1
35+ echo A | xcopy /F dest\librdkafka.redist.%librdkafka_version% \build\native\lib\win\x86\win-x86-Release\v140 \librdkafka.lib %pypath% \libs\* || exit /b 1
3636 echo A | xcopy /I /F /S dest\librdkafka.redist.%librdkafka_version% \runtimes\win-x86\native\* %pypath% \libs || exit /b 1
3737)
3838
3939rem Copy x64 libs and dlls
4040if exist %pypath64% (
41- echo A | xcopy /F dest\librdkafka.redist.%librdkafka_version% \build\native\lib\win\x64\win-x64-Release\v120 \librdkafka.lib %pypath64% \libs\* || exit /b 1
41+ echo A | xcopy /F dest\librdkafka.redist.%librdkafka_version% \build\native\lib\win\x64\win-x64-Release\v140 \librdkafka.lib %pypath64% \libs\* || exit /b 1
4242 echo A | xcopy /I /F /S dest\librdkafka.redist.%librdkafka_version% \runtimes\win-x64\native\* %pypath64% \libs || exit /b 1
4343)
You can’t perform that action at this time.
0 commit comments