environment/setup/sourcepkg.sh: unset GIR_EXTRA_...

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-05-07 15:33:47 +02:00
parent b8b6544597
commit f636a5f078
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8

View file

@ -25,6 +25,9 @@ unset -v skip_extraction
# hooks/post-install/03-strip-and-debug-pkgs
unset -v nodebug
# build-helpers/gir.sh for cross builds
unset -v GIR_EXTRA_LIBS_PATH GIR_EXTRA_OPTIONS
## FUNCTIONS
unset -f pre_fetch do_fetch post_fetch
unset -f pre_extract do_extract post_extract