Open antoniovazquezblanco opened 6 months ago
Hi @antoniovazquezblanco ! I am not verify familiar with meson, doesn't "both" mean it builds shared as well as static?
Wouldn't that set it to CWK_SHARED for the static build done using the both option?
Let's move the conversation to https://github.com/mesonbuild/wrapdb/pull/1387, those guys know more than me :D
It turns out https://github.com/likle/cwalk/pull/46 was not the best solution.
default_library
is a tri-state. Whenboth
libraries are being built, it is important to also set the exported flag.