environment/setup/sourcepkg.sh: unset GIR_EXTRA_...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
b8b6544597
commit
f636a5f078
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ unset -v skip_extraction
|
||||||
# hooks/post-install/03-strip-and-debug-pkgs
|
# hooks/post-install/03-strip-and-debug-pkgs
|
||||||
unset -v nodebug
|
unset -v nodebug
|
||||||
|
|
||||||
|
# build-helpers/gir.sh for cross builds
|
||||||
|
unset -v GIR_EXTRA_LIBS_PATH GIR_EXTRA_OPTIONS
|
||||||
|
|
||||||
## FUNCTIONS
|
## FUNCTIONS
|
||||||
unset -f pre_fetch do_fetch post_fetch
|
unset -f pre_fetch do_fetch post_fetch
|
||||||
unset -f pre_extract do_extract post_extract
|
unset -f pre_extract do_extract post_extract
|
||||||
|
|
Loading…
Add table
Reference in a new issue