mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
Inherit CC for Lua
This commit is contained in:
parent
ada7aa7ac9
commit
a66195629b
2
deps/lua/src/Makefile
vendored
2
deps/lua/src/Makefile
vendored
@ -7,7 +7,7 @@
|
|||||||
# Your platform. See PLATS for possible values.
|
# Your platform. See PLATS for possible values.
|
||||||
PLAT= none
|
PLAT= none
|
||||||
|
|
||||||
CC= gcc
|
CC?= gcc
|
||||||
CFLAGS= -O2 -Wall $(MYCFLAGS)
|
CFLAGS= -O2 -Wall $(MYCFLAGS)
|
||||||
AR= ar rcu
|
AR= ar rcu
|
||||||
RANLIB= ranlib
|
RANLIB= ranlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user