mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-08 20:32:34 +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
|
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';
|
||||||
|
Loading…
Reference in New Issue
Block a user