mirror of https://github.com/axmolengine/axmol.git
issue #1703:remove dependence of libxml2
This commit is contained in:
parent
fcc6ed89ae
commit
9a7cca5ed4
|
@ -166,5 +166,4 @@ include $(BUILD_STATIC_LIBRARY)
|
|||
|
||||
$(call import-module,libjpeg)
|
||||
$(call import-module,libpng)
|
||||
$(call import-module,libxml2)
|
||||
$(call import-module,libtiff)
|
||||
|
|
|
@ -34,10 +34,6 @@ using namespace std;
|
|||
|
||||
#if (CC_TARGET_PLATFORM != CC_PLATFORM_IOS) && (CC_TARGET_PLATFORM != CC_PLATFORM_MAC)
|
||||
|
||||
#include <libxml/parser.h>
|
||||
#include <libxml/tree.h>
|
||||
#include <libxml/xmlmemory.h>
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
typedef enum
|
||||
|
|
Loading…
Reference in New Issue