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

@@ -41,6 +41,7 @@ echo $APP_MODULES | xargs -n 1 echo | while read LIB ; do
crypto) echo crypto.so.sdl.1;;
ssl) echo ssl.so.sdl.1;;
curl) echo curl-sdl;;
expat) echo expat-sdl;;
*) echo $LIB;;
esac
fi