move lua-5.4 -> external/luasrc

we have to use the name "luasrc" rather than just "lua" because lua
is in gitignore
This commit is contained in:
Jeremy Baxter 2023-12-23 18:19:51 +13:00
parent cae9985747
commit ea3fb6c292
67 changed files with 8 additions and 10 deletions

View file

@ -13,7 +13,7 @@
##### Build defaults #####
CC = cc
AR = ar cr
CFLAGS = -std=c99 -O2 -Wall -Wno-unused-function -pedantic -fpic -DNDEBUG -I../../lua-5.4
CFLAGS = -std=c99 -O2 -Wall -Wno-unused-function -pedantic -fpic -DNDEBUG -I../luasrc
OBJS = dtoa.o fpconv.o g_fmt.o lua_cjson.o strbuf.o
##### End customisable sections #####