Update macos build
This commit is contained in:
@@ -8,7 +8,12 @@
|
||||
#include "Provider/Playback/ArSessionPlayback.hpp"
|
||||
#include "Provider/Network/ArSessionStream.h"
|
||||
#ifdef __APPLE__
|
||||
#include <TargetConditionals.h>
|
||||
#if TARGET_OS_MAC
|
||||
#include "Provider/ArSessionNull.hpp"
|
||||
#else
|
||||
#include "Provider/ArKit/ArSessionArKit.h"
|
||||
#endif
|
||||
#else
|
||||
#ifdef ANDROID
|
||||
#include "Provider/ArCore/ArSessionArCore.h"
|
||||
|
||||
Reference in New Issue
Block a user