1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-22 22:13:35 +02:00

[Conan] switch to apple-clang 14

This commit is contained in:
Andrey Filipenkov 2023-01-14 14:25:16 +03:00 committed by Ivan Savenko
parent 453217b4bb
commit 0eef2412db
3 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[settings]
compiler=apple-clang
compiler.version=13
compiler.version=14
compiler.libcxx=libc++
build_type=Release

View File

@ -3,3 +3,6 @@ include(base/ios)
[settings]
os.version=10.0
arch=armv7
# Xcode 13.x is the last version that can build for armv7
compiler.version=13

View File

@ -20,8 +20,8 @@ The following platforms are supported and known to work, others might require ch
1. Check if your build environment can use the prebuilt binaries: basically, that your compiler version (or Xcode major version) matches the information below. If you're unsure, simply advance to the next step.
- macOS: libraries are built with Apple clang 13 (Xcode 13.4.1), should be consumable by Xcode and Xcode CLT 13.x
- iOS: libraries are built with Apple clang 13 (Xcode 13.4.1), should be consumable by Xcode 13.x
- macOS: libraries are built with Apple clang 14 (Xcode 14.2), should be consumable by Xcode and Xcode CLT 14.x (older library versions are also available for Xcode 13, see Releases in the respective repo)
- iOS: libraries are built with Apple clang 14 (Xcode 14.2), should be consumable by Xcode 14.x (older library versions are also available for Xcode 13, see Releases in the respective repo)
2. Download the binaries archive and unpack it to `~/.conan` directory: