aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-darwin.inc
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-05 22:58:53 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-05-05 22:58:53 +0000
commitf866ddce120b62c5101acac09a5ce86c1e40a2d7 (patch)
tree2e32536a294d47095ea7069de7008d810cdd4a75 /src/config-darwin.inc
parent045ec753fb97b0ab6d239c06caa0f2285c72afd7 (diff)
downloadusdx-f866ddce120b62c5101acac09a5ce86c1e40a2d7.tar.gz
usdx-f866ddce120b62c5101acac09a5ce86c1e40a2d7.tar.xz
usdx-f866ddce120b62c5101acac09a5ce86c1e40a2d7.zip
correct upppercase/lowercase of lua_lib_name
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2983 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src/config-darwin.inc')
-rw-r--r--src/config-darwin.inc2
1 files changed, 1 insertions, 1 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';