rename external/luasrc => external/lua
This commit is contained in:
parent
88863a2a3d
commit
9db822c84f
67 changed files with 8 additions and 8 deletions
2
external/json/Makefile
vendored
2
external/json/Makefile
vendored
|
@ -13,7 +13,7 @@
|
|||
##### Build defaults #####
|
||||
CC = cc
|
||||
AR = ar cr
|
||||
CFLAGS = -std=c99 -O2 -Wall -Wno-unused-function -pedantic -fpic -DNDEBUG -I../luasrc
|
||||
CFLAGS = -std=c99 -O2 -Wall -Wno-unused-function -pedantic -fpic -DNDEBUG -I../lua
|
||||
OBJS = dtoa.o fpconv.o g_fmt.o lua_cjson.o strbuf.o
|
||||
|
||||
##### End customisable sections #####
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue