mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
build: Fix for old version of git (< 1.8.5)
This commit is contained in:
parent
375b28650b
commit
06798a2b35
@ -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…
x
Reference in New Issue
Block a user