Skip to content

Commit

Permalink
Fixing macOS preprocessor check
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed May 9, 2024
1 parent 9484a07 commit 7d488a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

NS::Error* error;

#ifdef TARGET_MACOS
#ifdef TARGET_OS_OSX
if (@available(macOS 11, *))
{
NSURL* shaderURL = [NSBundle.mainBundle URLForResource:@"pfMetalPipelineShadersMSL23" withExtension:@"metallib"];
Expand Down

0 comments on commit 7d488a0

Please sign in to comment.