summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2013-03-16 18:38:37 +1100
committerJohan Bergström <bugs@bergstroem.nu>2013-03-16 18:38:37 +1100
commita66195629b297bf670d351a52304b1a10cf71c71 (patch)
treebc5c64fce9e1c2525d54ee72d4225635af2a38ae /deps
parentada7aa7ac930a50e0f860c3028554a0c6c775cd2 (diff)
downloadredis-a66195629b297bf670d351a52304b1a10cf71c71.tar.gz
Inherit CC for Lua
Diffstat (limited to 'deps')
-rw-r--r--deps/lua/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/lua/src/Makefile b/deps/lua/src/Makefile
index 77d6a48b4..f5c45fcd3 100644
--- a/deps/lua/src/Makefile
+++ b/deps/lua/src/Makefile
@@ -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