aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/yelphelper.py
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-12-06 23:38:30 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-12-07 00:08:16 +0530
commit7b8f41ce31c76bb4b6e86b2583c464a438ac4641 (patch)
tree174fe21f7c5e53081d612013a20bf425b1b25ef9 /mesonbuild/scripts/yelphelper.py
parent541dd92ef7a10b0f657f3c8532ffb71a8d921f54 (diff)
downloadmeson-7b8f41ce31c76bb4b6e86b2583c464a438ac4641.zip
meson-7b8f41ce31c76bb4b6e86b2583c464a438ac4641.tar.gz
meson-7b8f41ce31c76bb4b6e86b2583c464a438ac4641.tar.bz2
Compiler checks can only accept external dependencies
This is already how it should've been, but: a) The test for this was wrong since Dependency is a base class for all dependencies and isinstance on an InternalDependency will also be true b) Internal dependencies can't ever be used here anyway because compiler checks are always run at configure time and internal dependencies are only built after that.
Diffstat (limited to 'mesonbuild/scripts/yelphelper.py')
0 files changed, 0 insertions, 0 deletions