From a66195629b297bf670d351a52304b1a10cf71c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Sat, 16 Mar 2013 18:38:37 +1100 Subject: [PATCH] Inherit CC for Lua --- deps/lua/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/lua/src/Makefile b/deps/lua/src/Makefile index 77d6a48b..f5c45fcd 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