Updated Android build
This commit is contained in:
Родитель
43020e2f74
Коммит
70ea5a6469
|
@ -4,7 +4,7 @@ include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_CFLAGS += -std=c++11 -Wall -Wextra
|
LOCAL_CFLAGS += -std=c++11 -Wall -Wextra
|
||||||
LOCAL_MODULE := spirv-cross
|
LOCAL_MODULE := spirv-cross
|
||||||
LOCAL_SRC_FILES := ../spirv_cross.cpp ../spirv_glsl.cpp ../spirv_cpp.cpp
|
LOCAL_SRC_FILES := ../spirv_cfg.cpp ../spirv_cross.cpp ../spirv_glsl.cpp ../spirv_msl.cpp ../spirv_cpp.cpp
|
||||||
LOCAL_CPP_FEATURES := exceptions
|
LOCAL_CPP_FEATURES := exceptions
|
||||||
LOCAL_ARM_MODE := arm
|
LOCAL_ARM_MODE := arm
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,10 @@
|
||||||
#include <set>
|
#include <set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
#ifndef UINT32_MAX
|
||||||
|
#define UINT32_MAX ((uint32_t)-1)
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace spirv_cross
|
namespace spirv_cross
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче