mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-19 15:38:29 +01: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