mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/build_fix_for_old_git' into 'master'
Build fix for old version of git It works good for git version less than 1.8.5 (e.g. on CentOS 7) See merge request !651
This commit is contained in:
commit
3cad00fdcc
@ -186,7 +186,7 @@ endif
|
||||
@echo $(ESPTOOLPY_WRITE_FLASH) $(ESPTOOL_ALL_FLASH_ARGS)
|
||||
|
||||
|
||||
IDF_VER := $(shell git -C $(IDF_PATH) describe --always --tags --dirty)
|
||||
IDF_VER := $(shell cd ${IDF_PATH} && git describe --always --tags --dirty)
|
||||
|
||||
# Set default LDFLAGS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user