aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-darwin.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-darwin.inc')
-rw-r--r--src/config-darwin.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/config-darwin.inc b/src/config-darwin.inc
index 3d7aa374..345f0ed9 100644
--- a/src/config-darwin.inc
+++ b/src/config-darwin.inc
@@ -6,7 +6,12 @@
{* Libraries *}
{$IF Defined(IncludeConstants)}
- lua_lib_name = 'lua';
+ lua_lib_name = 'lua';
+ LUA_VERSION_INT = '5001004';
+ LUA_VERSION_RELEASE = '4';
+ LUA_VERSION_MINOR = '1';
+ LUA_VERSION_MAJOR = '5';
+ LUA_VERSION = '5.1.4';
{$IFEND}
{$DEFINE HaveFFmpeg}