Remove linux native libraries and automate configure.

This commit is contained in:
Paul Chote
2014-11-30 09:41:26 +13:00
parent c4967db0cc
commit 97e5473126
9 changed files with 5 additions and 26 deletions

3
configure vendored
View File

@@ -21,4 +21,7 @@ if [ "$os" == 'Linux' ]; then
sed "s/@LIBLUA51@/${liblua51}/" thirdparty/Eluant.dll.config.in > Eluant.dll.config
echo "Eluant.dll.config has been created successfully."
fi
elif [ "$os" == 'Darwin' ]; then
cp thirdparty/osx/* .
echo "Copied Lua 5.1 and SDL2 libraries successfully."
fi