SDL: fixed pure C libraries containing exception information

This commit is contained in:
Sergii Pylypenko
2018-01-29 22:45:06 +02:00
parent fd8735fe6f
commit ad4a0bc52c
13 changed files with 18 additions and 4 deletions

View File

@@ -99,6 +99,9 @@ while test $# -gt 0; do
openssl|ssl|libssl)
echo -l:libssl.so.sdl.1.so -l:libcrypto.so.sdl.1.so
;;
expat|libexpat)
echo -lexpat-sdl
;;
*)
echo -l$PKG
;;