Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vala: don't build .h, .vala, and .gir if export_dynamic is False
The current check results in *any* value to `export_dynamic` generating vala import targets, even `false`. This is pretty clearly wrong, as it really wants to treat an unset export_dynamic as false.
- Loading branch information