diff --git a/cocos2dx/proj.linux/Makefile b/cocos2dx/proj.linux/Makefile index 1a5b8aa59d..97832f1929 100644 --- a/cocos2dx/proj.linux/Makefile +++ b/cocos2dx/proj.linux/Makefile @@ -205,7 +205,7 @@ STATICLIBS = $(STATICLIBS_DIR)/libfreetype.a \ $(STATICLIBS_DIR)/libtiff.a \ SHAREDLIBS = -SHAREDLIBS += -lglfw -lGL -lcurl +SHAREDLIBS += -lglfw -lGL -lcurl -lfontconfig SHAREDLIBS += -Wl,-rpath,../../cocos2dx/platform/third_party/linux/glew-1.7.0/glew-1.7.0/lib SHAREDLIBS += -L../../cocos2dx/platform/third_party/linux/glew-1.7.0/glew-1.7.0/lib -lGLEW