Skip to content

Commit 4a9856e

Browse files
committed
update windows-install script to copy new libcurl dll
1 parent 52eaef7 commit 4a9856e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/windows-install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def createdir(dir):
6363
shutil.copy2(includePath + '/rdkafkacpp.h', depsIncludeDir)
6464

6565
shutil.copy2(dllPath + '/libcrypto-1_1-x64.dll', buildReleaseDir)
66+
shutil.copy2(dllPath + '/libcurl.dll', buildReleaseDir)
6667
shutil.copy2(dllPath + '/librdkafka.dll', buildReleaseDir)
6768
shutil.copy2(dllPath + '/librdkafkacpp.dll', buildReleaseDir)
6869
shutil.copy2(dllPath + '/libssl-1_1-x64.dll', buildReleaseDir)

0 commit comments

Comments
 (0)