Update README.md

This commit is contained in:
The-Mighty-Cat 2025-03-29 22:39:08 +01:00 committed by GitHub
commit 856de70133
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).