aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config-darwin.inc2
-rw-r--r--src/config.inc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/config-darwin.inc b/src/config-darwin.inc
index 181eda57..5edc33af 100644
--- a/src/config-darwin.inc
+++ b/src/config-darwin.inc
@@ -6,7 +6,7 @@
{* Libraries *}
{$IF Defined(IncludeConstants)}
- LUA_LIB_NAME = '@lua_LIB_NAME@';
+ LUA_LIB_NAME = 'lua';
LUA_VERSION_INT = 5001004;
LUA_VERSION_RELEASE = '4';
LUA_VERSION_MINOR = '1';
diff --git a/src/config.inc.in b/src/config.inc.in
index 954d3416..aa336a1d 100644
--- a/src/config.inc.in
+++ b/src/config.inc.in
@@ -6,7 +6,7 @@
{* Libraries *}
{$IF Defined(IncludeConstants)}
- LUA_LIB_NAME = '@lua_LIB_NAME@';
+ LUA_LIB_NAME = '@lua_lib_name@';
LUA_VERSION_INT = @lua_VERSION_INT@;
LUA_VERSION_RELEASE = '@lua_VERSION_RELEASE@';
LUA_VERSION_MINOR = '@lua_VERSION_MINOR@';