mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
build system: Fix checking the toolchain version on Windows
This commit is contained in:
parent
607d899503
commit
1658833470
@ -604,7 +604,7 @@ $(info Toolchain path: $(TOOLCHAIN_PATH))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef TOOLCHAIN_COMMIT_DESC
|
ifdef TOOLCHAIN_COMMIT_DESC
|
||||||
ifneq ($(TOOLCHAIN_COMMIT_DESC), $(SUPPORTED_TOOLCHAIN_COMMIT_DESC))
|
ifeq (,$(findstring $(SUPPORTED_TOOLCHAIN_COMMIT_DESC),$(TOOLCHAIN_COMMIT_DESC)))
|
||||||
$(info WARNING: Toolchain version is not supported: $(TOOLCHAIN_COMMIT_DESC))
|
$(info WARNING: Toolchain version is not supported: $(TOOLCHAIN_COMMIT_DESC))
|
||||||
$(info Expected to see version: $(SUPPORTED_TOOLCHAIN_COMMIT_DESC))
|
$(info Expected to see version: $(SUPPORTED_TOOLCHAIN_COMMIT_DESC))
|
||||||
$(info Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.)
|
$(info Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user