We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47da75e commit 08c9df9Copy full SHA for 08c9df9
1 file changed
pxr/base/arch/defines.h
@@ -24,6 +24,9 @@
24
#else
25
#define ARCH_OS_OSX
26
#endif
27
+#if TARGET_OS_SIMULATOR
28
+#define ARCH_OS_SIMULATOR
29
+#endif
30
#elif defined(_WIN32) || defined(_WIN64)
31
#define ARCH_OS_WINDOWS
32
0 commit comments