Skip to content

Commit

Permalink
Adding more dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Jun 25, 2024
1 parent 1b66a62 commit 74ac5ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions win/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ cp /$SYS/bin/zlib1.dll ../dist/
cp /$SYS/bin/libiconv-2.dll ../dist/
cp /$SYS/bin/libintl-8.dll ../dist/
cp /$SYS/bin/libunistring-5.dll ../dist
cp /$SYS/bin/libgcc_s_dw2-1.dll ../dist | true # 32bit
cp /$SYS/bin/libgcc_s_seh-1.dll ../dist | true # 64bit
cp /$SYS/bin/libwinpthread-1.dll ../dist
cp /$SYS/bin//libstdc++-6.dll ../dist
mv build/src/*.exe ../dist/

cd ..
Expand Down

0 comments on commit 74ac5ac

Please sign in to comment.