diff options
author | Mike Pall <mike> | 2023-09-10 05:26:27 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-09-10 05:26:27 +0200 |
commit | 5a18d4582ff3a22898e49a039c05ed7d5720999d (patch) | |
tree | e5335bcf7ba3cb4507e55750ac76b5ae31232a4b /src/host | |
parent | cb413bf8f4814fe3e47c8c619602c7a161469faf (diff) | |
parent | 9760984638d241531ff8a9eef259aad2272f0f75 (diff) | |
download | luajit-5a18d4582ff3a22898e49a039c05ed7d5720999d.tar.gz luajit-5a18d4582ff3a22898e49a039c05ed7d5720999d.tar.bz2 luajit-5a18d4582ff3a22898e49a039c05ed7d5720999d.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'src/host')
-rw-r--r-- | src/host/genversion.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/genversion.lua b/src/host/genversion.lua index 5ead4c2b..28f7206c 100644 --- a/src/host/genversion.lua +++ b/src/host/genversion.lua | |||
@@ -5,6 +5,7 @@ | |||
5 | -- Released under the MIT license. See Copyright Notice in luajit.h | 5 | -- Released under the MIT license. See Copyright Notice in luajit.h |
6 | ---------------------------------------------------------------------------- | 6 | ---------------------------------------------------------------------------- |
7 | 7 | ||
8 | local arg = {...} | ||
8 | local FILE_ROLLING_H = arg[1] or "luajit_rolling.h" | 9 | local FILE_ROLLING_H = arg[1] or "luajit_rolling.h" |
9 | local FILE_RELVER_TXT = arg[2] or "luajit_relver.txt" | 10 | local FILE_RELVER_TXT = arg[2] or "luajit_relver.txt" |
10 | local FILE_LUAJIT_H = arg[3] or "luajit.h" | 11 | local FILE_LUAJIT_H = arg[3] or "luajit.h" |