mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-22 22:13:35 +02:00
[Conan][docs] fix examples of using our prebuilt binaries for macOS/iOS
This commit is contained in:
parent
0eef2412db
commit
9d3ad51de4
@ -85,7 +85,8 @@ conan install . \
|
||||
--no-imports \
|
||||
--build=never \
|
||||
--profile:build=default \
|
||||
--profile:host=CI/conan/macos-intel
|
||||
--profile:host=CI/conan/macos-intel \
|
||||
-o with_apple_system_libs=True
|
||||
|
||||
cmake -S . -B build -G Xcode \
|
||||
--toolchain conan-generated/conan_toolchain.cmake
|
||||
@ -116,7 +117,8 @@ conan install . \
|
||||
--no-imports \
|
||||
--build=never \
|
||||
--profile:build=default \
|
||||
--profile:host=CI/conan/ios-arm64
|
||||
--profile:host=CI/conan/ios-arm64 \
|
||||
-o with_apple_system_libs=True
|
||||
|
||||
cmake --preset ios-conan
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user