mirror of https://github.com/axmolengine/axmol.git
issue #4660: Linux build ok
This commit is contained in:
parent
20adf418fd
commit
e693a51c6e
|
@ -27,7 +27,7 @@ set(COCOS_2D_PLATFORM_SRC
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include_directories(
|
include_directories(
|
||||||
../external
|
../external/ConvertUTF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -119,4 +119,4 @@ bool FileUtilsLinux::isFileExistInternal(const std::string& strFilePath) const
|
||||||
|
|
||||||
NS_CC_END
|
NS_CC_END
|
||||||
|
|
||||||
#endif CC_TARGET_PLATFORM == CC_PLATFORM_LINUX
|
#endif // CC_TARGET_PLATFORM == CC_PLATFORM_LINUX
|
||||||
|
|
|
@ -90,6 +90,7 @@
|
||||||
#ifndef LLVM_SUPPORT_CONVERTUTF_H
|
#ifndef LLVM_SUPPORT_CONVERTUTF_H
|
||||||
#define LLVM_SUPPORT_CONVERTUTF_H
|
#define LLVM_SUPPORT_CONVERTUTF_H
|
||||||
|
|
||||||
|
#include <stddef.h> /* ptrdiff_t */
|
||||||
/* ---------------------------------------------------------------------
|
/* ---------------------------------------------------------------------
|
||||||
The following 4 definitions are compiler-specific.
|
The following 4 definitions are compiler-specific.
|
||||||
The C standard does not guarantee that wchar_t has at least
|
The C standard does not guarantee that wchar_t has at least
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
#include <memory.h>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue