From dcdd893bed1a4c416766d83cdc181e680e97ce61 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Sun, 9 Dec 2012 18:44:23 +0900 Subject: Added LDFLAGS to Makefiles --- mrblib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mrblib') diff --git a/mrblib/Makefile b/mrblib/Makefile index 6d7ac65f9..57ce1387b 100644 --- a/mrblib/Makefile +++ b/mrblib/Makefile @@ -33,9 +33,9 @@ endif ALL_CFLAGS = -Wall -Werror-implicit-function-declaration $(CFLAGS) ifeq ($(OS),Windows_NT) - MAKE_FLAGS = CC=$(CC) LL=$(LL) ALL_CFLAGS="$(ALL_CFLAGS)" + MAKE_FLAGS = CC=$(CC) LL=$(LL) ALL_CFLAGS='$(ALL_CFLAGS)' LDFLAGS='$(LDFLAGS)' else - MAKE_FLAGS = CC='$(CC)' LL='$(LL)' ALL_CFLAGS='$(ALL_CFLAGS)' + MAKE_FLAGS = CC='$(CC)' LL='$(LL)' ALL_CFLAGS='$(ALL_CFLAGS)' LDFLAGS='$(LDFLAGS)' endif # mruby compiler -- cgit v1.2.3