1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

fix build of dynamic framework for visionos

This commit is contained in:
utibenkei
2024-04-01 22:12:19 +09:00
parent 2eedec7479
commit fdc7cb6dc1
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
//
//M*/
#include <TargetConditionals.h>
#if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
#if (TARGET_OS_IOS || TARGET_OS_VISION) && !TARGET_OS_MACCATALYST
#import <UIKit/UIKit.h>
#include "apple_conversions.h"