mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 16:39:29 +00:00
Updated to Lua 5.3.2
This commit is contained in:
parent
4acd13de9b
commit
0105970ab7
77 changed files with 1689 additions and 1177 deletions
4
Makefile
4
Makefile
|
|
@ -29,9 +29,9 @@ include $(DEVKITARM)/3ds_rules
|
|||
#---------------------------------------------------------------------------------
|
||||
TARGET := ctruLua
|
||||
BUILD := build
|
||||
SOURCES := source libs/lua-5.3.1/src
|
||||
SOURCES := source libs/lua-5.3.2/src
|
||||
DATA := data
|
||||
INCLUDES := include libs/lua-5.3.1/src libs/lzlib
|
||||
INCLUDES := include libs/lua-5.3.2/src libs/lzlib
|
||||
#ROMFS := romfs
|
||||
|
||||
APP_TITLE := ctruLua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue