mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 00:39:30 +00:00
Updated Lua and citro3D, Added a type check in ctr.thread.pool
This commit is contained in:
parent
d3ea68f3d7
commit
2725dce383
81 changed files with 1467 additions and 801 deletions
4
Makefile
4
Makefile
|
|
@ -29,9 +29,9 @@ include $(DEVKITARM)/3ds_rules
|
|||
#---------------------------------------------------------------------------------
|
||||
TARGET := ctruLua
|
||||
BUILD := build
|
||||
SOURCES := source libs/lua-5.3.2/src libs/tremor
|
||||
SOURCES := source libs/lua-5.3.3/src libs/tremor
|
||||
DATA := data
|
||||
INCLUDES := include libs/lua-5.3.2/src libs/lzlib libs/tremor
|
||||
INCLUDES := include libs/lua-5.3.3/src libs/lzlib libs/tremor
|
||||
#ROMFS := romfs
|
||||
|
||||
APP_TITLE := ctruLua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue