diff --git a/Common/MVKCommonEnvironment.h b/Common/MVKCommonEnvironment.h index b59b30db..4e1d3482 100644 --- a/Common/MVKCommonEnvironment.h +++ b/Common/MVKCommonEnvironment.h @@ -63,9 +63,9 @@ extern "C" { /** Building for iOS. Use ifdef instead of defined() operator to allow MVK_IOS to be used in expansions */ #ifndef MVK_IOS # if MVK_IOS_OR_TVOS && !MVK_TVOS -# define MVK_IOS 1 +# define MVK_IOS 1 # else -# define MVK_IOS 0 +# define MVK_IOS 0 # endif #endif