Skip to content

Commit

Permalink
Add libssp to win base blobs
Browse files Browse the repository at this point in the history
  • Loading branch information
borodust committed Mar 26, 2020
1 parent d77fa05 commit e250b1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion copy-blobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ elif [ "$PLATFORM" = "windows" ]; then

LIBRARIES="/mingw$BITNESS/bin/libstdc++-6.dll
/mingw$BITNESS/bin/libgcc_s_seh-1.dll
/mingw$BITNESS/bin/libwinpthread-1.dll"
/mingw$BITNESS/bin/libwinpthread-1.dll
/mingw$BITNESS/bin/libssp-0.dll"

else
echo "Error: Unrecognized platform $PLATFORM";
Expand Down

0 comments on commit e250b1f

Please sign in to comment.