Merge bef2a5834c193419e5cba354058a76f3c42010c1 into 3ff51c3e80f2c2eb105d43ecb9acab9a62e01600

This commit is contained in:
Darryl Pogue 2026-07-29 19:15:09 +08:00 committed by GitHub
commit fa09f4c835
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,7 +71,7 @@
#elif defined __APPLE__
#define GTEST_OS_MAC 1
#include <TargetConditionals.h>
#if TARGET_OS_IPHONE
#if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE
#define GTEST_OS_IOS 1
#endif
#elif defined __DragonFly__