From 17823a0b589aadb1f78aee850434764d8bce6ec7 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Wed, 4 Apr 2012 20:24:17 +0800 Subject: [PATCH] mod: add cflags in crereader compiling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 557293ea8..709fab96c 100644 --- a/Makefile +++ b/Makefile @@ -165,7 +165,7 @@ endif $(CRENGINELIBS): cd $(KPVCRLIGDIR) && rm -rf CMakeCache.txt CMakeFiles && \ - CC="$(CC)" CXX="$(CXX)" cmake . && \ + CFLAGS="$(CFLAGS)" CC="$(CC)" CXX="$(CXX)" cmake . && \ make $(LUALIB):