mesonbuild/meson

dependency-specific keywords to dependency() are always accepted

Open

#3,650 创建于 2018年5月31日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (4,978 star) (1,465 fork)batch import
bugdependenciesgood first issue

描述

e.g.

dependency('zlib', modules: ['cheese'], optional_modules: ['bread'], main: true, static: false)

is considered valid, at the moment.

贡献者指南