Skip to content

Commit

Permalink
Add missing library for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tindy2013 committed Nov 4, 2020
1 parent 01152d6 commit 29a6cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.windows.release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ rm stairspeedtest.exe
export FREETYPE_DEPS=$(pkg-config --libs --static harfbuzz | sed -E "s/(-lbrotli\S+)/\1-static/g")
# build resources
windres -J rc -O coff -i res/res.rc -o res.res
g++ $(find CMakeFiles/stairspeedtest.dir/src -name "*.obj") "$USERPROFILE/maindeps/curl/lib/libcurl.a" res.res -o base/stairspeedtest.exe -static -levent -lPNGwriter -lfreetype $FREETYPE_DEPS -lpng -lpcre2-8 -lyaml-cpp -lssl -lcrypto -lws2_32 -lwsock32 -lcrypt32 -lz -lbz2 -s
g++ $(find CMakeFiles/stairspeedtest.dir/src -name "*.obj") "$USERPROFILE/maindeps/curl/lib/libcurl.a" res.res -o base/stairspeedtest.exe -static -levent -lPNGwriter -lfreetype $FREETYPE_DEPS -lpng -lpcre2-8 -lyaml-cpp -lssl -lcrypto -lws2_32 -lwsock32 -lcrypt32 -liphlpapi -lz -lbz2 -s

set +xe

0 comments on commit 29a6cc1

Please sign in to comment.