gobject-introspection: use targetOffset to look for libraries for target
fixes it finding the build and target gobject-introspection when it should only find the target gobject-introspection
This commit is contained in:
parent
a83d2f7c91
commit
71cbf3b809
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ make_gobject_introspection_find_gir_files() {
|
|||
fi
|
||||
}
|
||||
|
||||
addEnvHooks "$hostOffset" make_gobject_introspection_find_gir_files
|
||||
addEnvHooks "$targetOffset" make_gobject_introspection_find_gir_files
|
||||
|
||||
giDiscoverSelf() {
|
||||
if [ -d "$prefix/lib/girepository-1.0" ]; then
|
||||
|
|
Loading…
Reference in a new issue