Skip to content

Commit

Permalink
Fix missing libssp-0.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Sep 25, 2023
1 parent ccc8365 commit 98830d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkcross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dlls='allegro-5.2.dll allegro_acodec-5.2.dll
allegro_primitives-5.2.dll libstdc++-6.dll
libwebp-7.dll libwinpthread-1.dll
OpenAL32.dll zlib1.dll
libsharpyuv-0.dll'
libsharpyuv-0.dll libssp-0.dll'

dirs='ddnoise discs docs fonts icon roms tapes'
cmos='cmos350.bin cmosa.bin cmos.bin cmosc.bin'
Expand All @@ -34,7 +34,7 @@ buildit() {
export CXX="$2-g++"
export WINDRES="$2-windres"
cd $dir
make -j2 -e -f ../src/Makefile.win b-em.exe
make -j4 -e -f ../src/Makefile.win b-em.exe
zip -q -r b-em-$VERSION-$1.zip *.exe b-em.cfg *.dll $dirs
}

Expand Down

0 comments on commit 98830d1

Please sign in to comment.