/apps/twnlua: use minilua single source amalgam
This commit is contained in:
@ -67,9 +67,7 @@ print('#include "twn_game_api.h"\n')
|
||||
# TODO: reuse implementation from the engine, this also breaks with statically compiled build
|
||||
print('#define STB_DS_IMPLEMENTATION')
|
||||
print('#include <stb_ds.h>')
|
||||
print('#include <lua.h>')
|
||||
print('#include <lualib.h>')
|
||||
print('#include <lauxlib.h>\n')
|
||||
print('#include "minilua.h"\n')
|
||||
|
||||
bindings, used_converters = [], {}
|
||||
for procedure, procedure_desc in api["procedures"].items():
|
||||
|
Reference in New Issue
Block a user