mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
docs: Add information about global.conf (#2238)
This commit is contained in:
@@ -56,6 +56,12 @@ os=Linux
|
||||
tools.build:compiler_executables={'c': '/usr/bin/gcc-12', 'cpp': '/usr/bin/g++-12'}
|
||||
```
|
||||
|
||||
Add the following to the `~/.conan2/global.conf` file:
|
||||
|
||||
```text
|
||||
tools.info.package_id:confs = ["tools.build:cflags", "tools.build:cxxflags", "tools.build:exelinkflags", "tools.build:sharedlinkflags"]
|
||||
```
|
||||
|
||||
#### Artifactory
|
||||
|
||||
Make sure artifactory is setup with Conan.
|
||||
|
||||
Reference in New Issue
Block a user