Skip to content

build: Don't overwrite build variables

Emmanuele Bassi requested to merge ebassi/visibility-build-vars into main

We cannot use gvisibility_h for different visibility header files; you never know when you're going to refer to the variable again, and projects might end up needing to retrieve the variable contents—like, for instance, gobject-introspection using glib as a subproject.

Merge request reports