mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 19:41:15 +00:00
readme: remove info about macos sdk
xcode 15 cannot find c++ standard library headers with sdk older than 11.3
This commit is contained in:
parent
c017193111
commit
1e4b2fddef
1 changed files with 0 additions and 5 deletions
|
@ -41,8 +41,3 @@ Xcode 12.2 or newer is required in order to build universal binaries. Launch Xco
|
||||||
* `sdk` directory can contain macOS SDKs that will be picked if match with macOS deployment versions
|
* `sdk` directory can contain macOS SDKs that will be picked if match with macOS deployment versions
|
||||||
* `source` directory stores targets source code, customizable with `--source-path` command line option
|
* `source` directory stores targets source code, customizable with `--source-path` command line option
|
||||||
* `temp` directory stores temporary files, customizable with `--temp-path` command line option
|
* `temp` directory stores temporary files, customizable with `--temp-path` command line option
|
||||||
|
|
||||||
## Common information
|
|
||||||
|
|
||||||
Libraries were built using 10.12 SDK (Intel x86_64) and 11.0 SDK (ARM64).
|
|
||||||
macOS 10.12 SDK was obtained from Xcode 8.3.3. macOS 11.0 SDK was obtained from Xcode 12.2.
|
|
||||||
|
|
Loading…
Reference in a new issue