Open jhasse opened 5 years ago
Would you like to work on a fix for this? The work is confined to mesonbuild/dependencies/ui.py:WxDependency
. Before setting self.compile_args
and self.link_args
, check if that actually works. Other dependency classes use self.clib_compiler
to find libraries, you can use something similar.
Yes, I'll have a look, thx :)
Btw: While we're at it, can you reopen #1423? I'd like to work on a fix for that issue, too, see my comment: https://github.com/mesonbuild/meson/issues/1423#issuecomment-411410129
Doing
succeeds but results in a linker error later:
As I want to check, if a specific module is available, the check should probably also test if
wx-config
's result actually compiles.