mirror of
https://github.com/cimgui/cimgui.git
synced 2025-12-01 06:01:38 +00:00
check Lua version
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
--script for auto_funcs.h and auto_funcs.cpp generation
|
--script for auto_funcs.h and auto_funcs.cpp generation
|
||||||
--expects Lua 5.1 or luajit
|
--expects Lua 5.1 or luajit
|
||||||
--------------------------------------------------------------------------
|
--------------------------------------------------------------------------
|
||||||
|
assert(_VERSION=='Lua 5.1',"Must use LuaJIT or Lua5.1")
|
||||||
local script_args = {...}
|
local script_args = {...}
|
||||||
|
|
||||||
--test gcc present
|
--test gcc present
|
||||||
|
|||||||
Reference in New Issue
Block a user