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 合併指標
 (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'.

貢獻者指南