I'm linking some libraries with the triplet windows-static:
I'm trying to exclude a specific library (openssl
) from being linked static, while keeping all others static.
While searching around I found this answer:
If you want to locally override the default linkage for a particular port, you would put the override into a custom (overlay) triplet file.
But i couldn't figure out how to do it.
Also, this answer, but the links in the Microsoft GitHub throw 404 - page not found
.