mesonbuild/meson

Provide a way to specify the debug library name to use in cc.find_library

Open

#2.209 aberto em 17 de ago. de 2017

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Python (1.465 forks)batch import
OS:windowscompilersdependenciesenhancementhelp wanted

Métricas do repositório

Stars
 (4.978 stars)
Métricas de merge de PR
 (Mesclagem média 139d 13h) (51 fundiu PRs em 30d)

Description

On Windows, the release library and the debug library are usually called different names; for instance libpcre is called 'pcre.lib/pcre.dll' for release and 'pcred.lib/pcred.lib/ for debug builds. Similarly for boost.

I propose a new kwarg called 'debug_name:' which will peek at buildtype and use the provided name if the buildtype starts with 'debug'.

Guia do colaborador