mesonbuild/meson

dependency-specific keywords to dependency() are always accepted

Open

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

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

仓库指标

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

描述

e.g.

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

is considered valid, at the moment.

贡献者指南