Fix MVK_MACOS_OR_IOS_OR_VISIONOS check
This commit is contained in:
parent
d8b5a7df55
commit
a756b8cd6e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user