mirror of
https://github.com/cesanta/mongoose.git
synced 2025-08-06 13:37:34 +08:00
Removed -I$(LUA) from LUA_FLAGS
This commit is contained in:
parent
6a0ac69761
commit
3c8418d324
@ -25,7 +25,7 @@ CFLAGS = -std=c99 -O2 -W -Wall -pedantic -pthread -pipe -I.. $(COPT)
|
||||
# To build with Lua, download and unzip Lua 5.2.1 source code into the
|
||||
# mongoose directory, and then add $(LUA_SOURCES) to CFLAGS
|
||||
LUA = ../lua-5.2.1/src
|
||||
LUA_FLAGS = -DLUA_COMPAT_ALL -I$(LUA)
|
||||
LUA_FLAGS = -DLUA_COMPAT_ALL
|
||||
LUA_SOURCES = $(LUA)/lapi.c $(LUA)/lcode.c $(LUA)/lctype.c \
|
||||
$(LUA)/ldebug.c $(LUA)/ldo.c $(LUA)/ldump.c \
|
||||
$(LUA)/lfunc.c $(LUA)/lgc.c $(LUA)/llex.c \
|
||||
|
Loading…
Reference in New Issue
Block a user