We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52eaef7 commit 4a9856eCopy full SHA for 4a9856e
deps/windows-install.py
@@ -63,6 +63,7 @@ def createdir(dir):
63
shutil.copy2(includePath + '/rdkafkacpp.h', depsIncludeDir)
64
65
shutil.copy2(dllPath + '/libcrypto-1_1-x64.dll', buildReleaseDir)
66
+shutil.copy2(dllPath + '/libcurl.dll', buildReleaseDir)
67
shutil.copy2(dllPath + '/librdkafka.dll', buildReleaseDir)
68
shutil.copy2(dllPath + '/librdkafkacpp.dll', buildReleaseDir)
69
shutil.copy2(dllPath + '/libssl-1_1-x64.dll', buildReleaseDir)
0 commit comments