Przeglądaj źródła

Fix sdkconfig.rename paths for confgen.py in MSYS

Closes https://github.com/espressif/esp-idf/issues/3950
Roland Dobai 6 lat temu
rodzic
commit
cb3d458050
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      make/project_config.mk

+ 1 - 0
make/project_config.mk

@@ -9,6 +9,7 @@ ifeq ($(OS),Windows_NT)
 # kconfiglib requires Windows-style paths for kconfig files
 COMPONENT_KCONFIGS := $(shell cygpath -w $(COMPONENT_KCONFIGS))
 COMPONENT_KCONFIGS_PROJBUILD := $(shell cygpath -w $(COMPONENT_KCONFIGS_PROJBUILD))
+COMPONENT_SDKCONFIG_RENAMES := $(shell cygpath -w $(COMPONENT_SDKCONFIG_RENAMES))
 endif
 
 #For doing make menuconfig etc