mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-04-22 22:20:01 +08:00
Fix compile on iOS. Fixes #24.
This commit is contained in:
parent
1657cf6a1d
commit
b23f6fe492
@ -695,6 +695,10 @@ class TinyGLTF {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if __APPLE__
|
||||
#include "TargetConditionals.h"
|
||||
#endif
|
||||
|
||||
namespace tinygltf {
|
||||
|
||||
static void swap4(unsigned int *val) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user