Fix MVK_MACOS_OR_IOS_OR_VISIONOS check

This commit is contained in:
Filip Lundgren 2023-06-23 10:31:22 -04:00
parent d8b5a7df55
commit a756b8cd6e

View File

@ -78,7 +78,7 @@ extern "C" {
#endif
/** Building for macOS, iOS or visionOS. */
#ifndef MVK_MACOS_OR_IOS_ORVISIONOS
#ifndef MVK_MACOS_OR_IOS_OR_VISIONOS
# define MVK_MACOS_OR_IOS_OR_VISIONOS (MVK_MACOS || MVK_IOS | MVK_VISIONOS)
#endif