mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 15:44:34 +02:00
build system: fix IDF_VER for projects outside of ESP-IDF tree
This commit is contained in:
@@ -178,7 +178,7 @@ endif
|
||||
|
||||
|
||||
# Git version of ESP-IDF (of the form v1.0-285-g5c4f707)
|
||||
IDF_VER := $(shell git describe)
|
||||
IDF_VER := $(shell git -C $(IDF_PATH) describe)
|
||||
|
||||
# Set default LDFLAGS
|
||||
|
||||
|
Reference in New Issue
Block a user