mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
fix issue #239
This commit is contained in:
4
Makefile
4
Makefile
@@ -13,8 +13,8 @@ LUA_STATICLIB := 3rd/lua/liblua.a
|
|||||||
LUA_LIB ?= $(LUA_STATICLIB)
|
LUA_LIB ?= $(LUA_STATICLIB)
|
||||||
LUA_INC ?= 3rd/lua
|
LUA_INC ?= 3rd/lua
|
||||||
|
|
||||||
$(LUA_STATICLIB) :
|
$(LUA_STATICLIB) :
|
||||||
cd 3rd/lua && $(MAKE) CC=$(CC) $(PLAT)
|
cd 3rd/lua && $(MAKE) CC='$(CC) -std=gnu99' $(PLAT)
|
||||||
|
|
||||||
# jemalloc
|
# jemalloc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user