mirror of https://mirror.osredm.com/root/redis.git
Inherit CC for Lua
This commit is contained in:
parent
ada7aa7ac9
commit
a66195629b
|
@ -7,7 +7,7 @@
|
|||
# Your platform. See PLATS for possible values.
|
||||
PLAT= none
|
||||
|
||||
CC= gcc
|
||||
CC?= gcc
|
||||
CFLAGS= -O2 -Wall $(MYCFLAGS)
|
||||
AR= ar rcu
|
||||
RANLIB= ranlib
|
||||
|
|
Loading…
Reference in New Issue