Bug: link_args doesn't work or maybe it is not implemented correctly
Open
@ravi688 is already working on this.
Since May 9, 2026.
bug
- Dominant language
- C++
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
"targets": [
{
"name": "hbkvmctl",
"is_executable": true,
"link_args" : [ "-lcurl" ],
"sources": [
"source/main.cpp",
"source/Details.cpp",
"source/Misc.cpp",
"source/AppConfig.cpp",
"source/PersistentConfig.cpp"
]
}
]
Here, replacing "link_args" with "windows_args" works, but in the former case, it doesn't. Looking into the documentation, it seems that "link_args" was never handled/implemented.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.