Skip to content

Commit b4de2c5

Browse files
author
James Chen
committed
Merge pull request cocos2d#5773 from dumganhar/master
Fix compilation error for native client platform.
2 parents f970137 + fa5e41d commit b4de2c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cocos2dx/proj.nacl/cocos2dx.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ INCLUDES += -I$(COCOS_SRC) \
4949
-I$(COCOS_SRC)/platform/nacl \
5050
-I$(NACL_SDK_ROOT)/include \
5151
-isystem $(NACLPORTS_INCLUDE) \
52-
-isystem $(NACLPORTS_INCLUDE)/libxml2
52+
-isystem $(NACLPORTS_INCLUDE)/libxml2 \
53+
-isystem $(NACLPORTS_INCLUDE)/freetype2
5354

5455
ifeq ($(DEBUG), 1)
5556
BIN_DIR = bin/debug

0 commit comments

Comments
 (0)