Fix issue with detecting iOS build
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
#include "Provider/Network/ArSessionStream.h"
|
||||
#ifdef __APPLE__
|
||||
#include <TargetConditionals.h>
|
||||
#if TARGET_OS_MAC
|
||||
#include "Provider/ArSessionNull.hpp"
|
||||
#else
|
||||
#if TARGET_OS_IOS == 1
|
||||
#include "Provider/ArKit/ArSessionArKit.h"
|
||||
#else
|
||||
#include "Provider/ArSessionNull.hpp"
|
||||
#endif
|
||||
#else
|
||||
#ifdef ANDROID
|
||||
|
||||
Reference in New Issue
Block a user