* Lua libraryname fix, mantis 20705

git-svn-id: trunk@19654 -
This commit is contained in:
marco 2011-11-19 11:50:54 +00:00
parent 21e04073d8
commit a06c466c76

View File

@ -44,8 +44,8 @@ interface
const const
{$IFDEF UNIX} {$IFDEF UNIX}
LUA_NAME = 'liblua5.1.so'; LUA_NAME = 'liblua.so.5.1';
LUA_LIB_NAME = 'liblua5.1.so'; LUA_LIB_NAME = 'liblua.so.5.1';
{$ELSE} {$ELSE}
LUA_NAME = 'lua5.1.dll'; LUA_NAME = 'lua5.1.dll';
LUA_LIB_NAME = 'lua5.1.dll'; LUA_LIB_NAME = 'lua5.1.dll';