| Index: nacltoons/proj.linux/Makefile
|
| diff --git a/nacltoons/proj.linux/Makefile b/nacltoons/proj.linux/Makefile
|
| index 06b6aa719a1c4ae5e1830c94d7b8b4b94da84bbd..082c7bfd99232cfff6da63ba663a2d4505232a00 100644
|
| --- a/nacltoons/proj.linux/Makefile
|
| +++ b/nacltoons/proj.linux/Makefile
|
| @@ -30,6 +30,9 @@ SOURCES = main.cc \
|
| include $(COCOS_ROOT)/cocos2dx/proj.linux/cocos2dx.mk
|
| OBJECTS := $(OBJECTS:.cc=.o)
|
|
|
| +# lua-yaml has some build warnings so filter out -Werror from the CFLAGS
|
| +CFLAGS := $(filter-out -Werror,$(CFLAGS))
|
| +
|
| INCLUDES += -I$(COCOS_ROOT)/scripting/lua/cocos2dx_support
|
| INCLUDES += -I$(COCOS_ROOT)/scripting/lua/lua
|
| INCLUDES += -I$(COCOS_ROOT)/external
|
|
|