mesonbuild/meson

dependency-specific keywords to dependency() are always accepted

Open

#3,650 opened on 2018年5月31日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (4,978 stars) (1,465 forks)batch import
bugdependenciesgood first issue

説明

e.g.

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

is considered valid, at the moment.

コントリビューターガイド