Browse Source

fix selfbuild detection

reset variable in loop because there are toolchain configurations without this variable
pull/17/head
WXbet 5 years ago
parent
commit
4939390198
  1. 1
      support/functions/_toolchain

1
support/functions/_toolchain

@ -96,6 +96,7 @@ _toolchain_main_menu(){
do
if [ ! "$i" == "native" ]
then
unset _self_build
source "$tccfgdir/$i"
if [ "$systype" == "ok" ]
then

Loading…
Cancel
Save