Skip to content

Commit

Permalink
Merge branch 'bugfix/confgen_msys_path' into 'master'
Browse files Browse the repository at this point in the history
Fix sdkconfig.rename paths for confgen.py in MSYS

Closes IDFGH-1712

See merge request espressif/esp-idf!5864
  • Loading branch information
projectgus committed Aug 26, 2019
2 parents 8db44f6 + 8b8b2f1 commit 7ef58db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/project_config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ef58db

Please sign in to comment.