| Summary: | building against a Mac OS X SDK < 10.11 fails since the vulkan merge | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Mac OS X (All) | ||
|
Description
Ozkan Sezer
2017-08-29 02:15:27 UTC
This is fixed so --disable-video-vulkan will do what you want: https://hg.libsdl.org/SDL/rev/ff9e8ae4d4fb and configure should automatically detect whether you have the Metal headers: https://hg.libsdl.org/SDL/rev/0783887749f6 This was fixed for Xcode in this commit: https://hg.libsdl.org/SDL/rev/d459d8934897 It's set up now so that if you add the Metal SDK to an older SDK release you'll be able to build Vulkan support. Thanks! |