summaryrefslogtreecommitdiffstats
path: root/win32_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'win32_build.sh')
-rwxr-xr-xwin32_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32_build.sh b/win32_build.sh
index d6fc366e4a9..2b84851ce8f 100755
--- a/win32_build.sh
+++ b/win32_build.sh
@@ -212,6 +212,7 @@ if [[ -z $SKIP_DLL_COPY ]]; then
$sslDir/bin/libssl-1_1-x64.dll
$mingwTargetLibDir/libstdc++-6.dll
$mingwTargetLibDir/libgcc_s_seh-1.dll
+ $mingwTargetLibDir/libssp*.dll
$mingwLibpthreadDir/libwinpthread-1.dll
$boostDir/lib/*.dll)
echo "Copying required dlls to $binDir."