mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
girepository/build: Actually use our compiler to generate GLib typelibs
We are overriding the default g-ir-compiler for local usage, but this is not actually happen since that's computed while parsing introspection So generate the compiler as first thing, then in case handle the introspection data
This commit is contained in:
parent
1bbf500fb8
commit
311367620a
@ -240,6 +240,8 @@ pkg.generate(libgirepository,
|
||||
libraries: [libglib_dep, libgobject_dep],
|
||||
)
|
||||
|
||||
subdir('compiler')
|
||||
|
||||
if enable_gir
|
||||
subdir('introspection')
|
||||
endif
|
||||
@ -248,6 +250,5 @@ if build_tests
|
||||
subdir('tests')
|
||||
endif
|
||||
|
||||
subdir('compiler')
|
||||
subdir('decompiler')
|
||||
subdir('inspector')
|
||||
subdir('inspector')
|
||||
|
Loading…
Reference in New Issue
Block a user