Skip to content

Commit

Permalink
[feature] update lipo deployer README.md (conan-io#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeeker committed Aug 9, 2023
1 parent 62f8f91 commit 3140549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/deployers/lipo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ architecture. Universal binaries can only contain one binary per architecture. S
`lipo -create` for more information.

```sh
$ conan install . --deploy=lipo . -s arch=x86_64
$ conan install . --deploy=lipo_add . -s arch=armv8
$ conan install . --deployer=lipo -s arch=x86_64
$ conan install . --deployer=lipo_add -s arch=armv8
```

Profiles can be used to handle additional settings, for example when the architectures
Expand Down

0 comments on commit 3140549

Please sign in to comment.