Skip to content

meson: drop the libwaffle-1.dll lib prefix on windows

Emil Velikov requested to merge xexaxo/waffle:meson-mingw-drop-prefix into master

The cmake build uses no prefix for the dll, while having lib prefix for the import library. Aka waffle-1.dll and libwaffle-1.dll.a.

With meson it seems to be all all or nothing. By default libwaffle-1.dll and libwaffle-1.dll.a are produced, while wflinfo.exe pulls waffle-1.dll and things are just broken.

This smells like a meson bug, nevertheless this unblocks us.

Fixes: acf13330 ("Initial meson build system") Signed-off-by: Emil Velikov emil.l.velikov@gmail.com

@dbaker is this really a meson bug, or we're doing something silly in waffle?

Merge request reports