mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-08 11:13:50 +00:00
Fix compile on iOS. Fixes #24.
This commit is contained in:
@@ -695,6 +695,10 @@ class TinyGLTF {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if __APPLE__
|
||||
#include "TargetConditionals.h"
|
||||
#endif
|
||||
|
||||
namespace tinygltf {
|
||||
|
||||
static void swap4(unsigned int *val) {
|
||||
|
||||
Reference in New Issue
Block a user