mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-05 23:32:29 +02:00
* Lua libraryname fix, mantis 20705
git-svn-id: trunk@19654 -
This commit is contained in:
parent
21e04073d8
commit
a06c466c76
@ -44,8 +44,8 @@ interface
|
||||
|
||||
const
|
||||
{$IFDEF UNIX}
|
||||
LUA_NAME = 'liblua5.1.so';
|
||||
LUA_LIB_NAME = 'liblua5.1.so';
|
||||
LUA_NAME = 'liblua.so.5.1';
|
||||
LUA_LIB_NAME = 'liblua.so.5.1';
|
||||
{$ELSE}
|
||||
LUA_NAME = 'lua5.1.dll';
|
||||
LUA_LIB_NAME = 'lua5.1.dll';
|
||||
|
Loading…
Reference in New Issue
Block a user