Skip to content

Commit

Permalink
Fixed build for SSL (fixes BlueAmulet#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 authored Jan 12, 2022
1 parent 5750436 commit 6b29195
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions msys2_setup_ocemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,16 +217,16 @@ i686)
cp /mingw32/bin/lua53.dll .
cp /mingw32/bin/libgcc_s_dw2-1.dll .
cp /mingw32/bin/libwinpthread-1.dll .
cp /mingw32/bin/libeay32.dll .
cp /mingw32/bin/ssleay32.dll .
cp /mingw32/bin/libcrypto-1_1.dll .
cp /mingw32/bin/libssl-1_1.dll .
cp /mingw32/bin/SDL2.dll .
;;
x86_64)
cp /mingw64/bin/lua53.dll .
cp /mingw64/bin/libgcc_s_seh-1.dll .
cp /mingw64/bin/libwinpthread-1.dll .
cp /mingw64/bin/libeay32.dll .
cp /mingw64/bin/ssleay32.dll .
cp /mingw64/bin/libcrypto-1_1-x64.dll .
cp /mingw64/bin/libssl-1_1-x64.dll .
cp /mingw64/bin/SDL2.dll .
;;
esac
Expand Down

0 comments on commit 6b29195

Please sign in to comment.