mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
build: Replace WINTOOL with CYGWIN_WINTOOL Kconfig
so the correct value can be determinated by Kconfig system automatically Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -60,6 +60,14 @@ config TOOLCHAIN_WINDOWS
|
||||
Selected internally if the selected Windows environment is compatible
|
||||
with the use of Windows native toolchains.
|
||||
|
||||
config CYGWIN_WINTOOL
|
||||
bool
|
||||
default n
|
||||
depends on WINDOWS_CYGWIN
|
||||
---help---
|
||||
Selected internally if Cygwin environment with the use of Windows
|
||||
native toolchains.
|
||||
|
||||
choice
|
||||
prompt "Windows Build Environment"
|
||||
default WINDOWS_CYGWIN
|
||||
|
||||
Reference in New Issue
Block a user