Add CONFIG_EXPERIMENTAL for configure windows native

Add CONFIG_EXPERIMENTAL for configure windows native
This commit is contained in:
simbit18 2023-10-24 14:27:15 +02:00 committed by Xiang Xiao
parent 66df15b965
commit 1bcf01e7a8
2 changed files with 2 additions and 0 deletions

View File

@ -1441,6 +1441,7 @@ static void set_host(const char *destconfig)
printf(" Select Windows native host\n");
disable_feature(destconfig, "CONFIG_WINDOWS_CYGWIN");
disable_feature(destconfig, "CONFIG_WINDOWS_MSYS");
enable_feature(destconfig, "CONFIG_EXPERIMENTAL");
enable_feature(destconfig, "CONFIG_WINDOWS_NATIVE");
break;

View File

@ -218,6 +218,7 @@ else
kconfig-tweak --file $nuttx/.config --enable CONFIG_WINDOWS_MSYS
else
echo " Select CONFIG_WINDOWS_NATIVE=y"
kconfig-tweak --file $nuttx/.config --enable CONFIG_EXPERIMENTAL
kconfig-tweak --file $nuttx/.config --enable CONFIG_WINDOWS_NATIVE
fi
fi