mesonbuild/meson

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

开放

#2,209 创建于 2017年8月17日

 (0 条评论) (0 个反应) (0 位负责人)Python (1,465 个派生)batch import
OS:windowscompilersdependenciesenhancementhelp wanted

仓库指标

星标
 (4,978 个星标)
PR 合并指标
 (平均合并 139天 13小时) (30 天内合并 51 个 PR)

描述

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'.

贡献者指南