shader-slang / slang

Making it easier to work with shaders
MIT License
1.81k stars 161 forks source link

Locate metal compiler using xcrun. #4264

Closed csyonghe closed 1 month ago

csyonghe commented 1 month ago

This isn't working on the GitHub CI machine. I need to investigate locally on a Mac.

skallweitNV commented 1 month ago

FYI, I had to use macosx as an SDK name to make this work on my machine.

skallweitNV commented 1 month ago

This code currently returns an invalid path containing a trailing newline. I opened #4285 to fix this.

skallweitNV commented 1 month ago

I added this change in #4287

skallweitNV commented 1 month ago

@csyonghe Please close this as its part of #4287

csyonghe commented 1 month ago

Subsumed by 4287.