mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Allow path overrides in genversion.lua with minilua, too.
Thanks to arch1t3cht. #1067
This commit is contained in:
parent
4fe2002292
commit
9760984638
@ -5,6 +5,7 @@
|
|||||||
-- Released under the MIT license. See Copyright Notice in luajit.h
|
-- Released under the MIT license. See Copyright Notice in luajit.h
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
local arg = {...}
|
||||||
local FILE_ROLLING_H = arg[1] or "luajit_rolling.h"
|
local FILE_ROLLING_H = arg[1] or "luajit_rolling.h"
|
||||||
local FILE_RELVER_TXT = arg[2] or "luajit_relver.txt"
|
local FILE_RELVER_TXT = arg[2] or "luajit_relver.txt"
|
||||||
local FILE_LUAJIT_H = arg[3] or "luajit.h"
|
local FILE_LUAJIT_H = arg[3] or "luajit.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user