Merge branch 'master' of https://forgejo.catcrafts.net/Catcrafts/Crafter.Build
This commit is contained in:
commit
445ad96c26
1 changed files with 5 additions and 3 deletions
|
|
@ -100,15 +100,17 @@ Save and close, then run ``crafter-build -c debug``. Now you can run the ``hello
|
|||
"dependencies": [
|
||||
{
|
||||
"path":"/home/Crafter.Build/project.json",
|
||||
"configuration":"debug-lib"
|
||||
"configuration":"debug-lib",
|
||||
"commit":"af7eb61c3d92ab18f6aa6c139ac7211a908a24ee"
|
||||
}
|
||||
{
|
||||
"path":"https://github.com/Catcrafts/Crafter.Build.git",
|
||||
"configuration":"debug-lib"
|
||||
"configuration":"debug-lib",
|
||||
"branch":"master"
|
||||
}
|
||||
]
|
||||
```
|
||||
This will now link the library of Crafter.Build in the configuration you use this in.
|
||||
This will now link the library of Crafter.Build in the configuration you use this in. ``commit`` and ``branch`` are optional parameters, if omitted the latest commit on the default branch is used.
|
||||
|
||||
``target`` Clang triplet this configuration uses, please refer to the [relevant clang documentation](https://clang.llvm.org/docs/CrossCompilation.html#target-triple).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue