Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanCheeseBurrito committed Aug 27, 2023
1 parent 1600046 commit 8b0d23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flecs.NET.Bindgen/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ string GetMacOsHeaders()

string path = process.StandardOutput.ReadToEnd();

if (!Path.Exists(path))
if (!Path.Exists("/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk"))
throw new DirectoryNotFoundException("Couldn't find system headers. Install XCode.");

return path + "/usr/include";
Expand Down

0 comments on commit 8b0d23b

Please sign in to comment.