Skip to content

Commit

Permalink
Merge branch 'bugfix/build_fix_for_old_git' into 'master'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
igrr committed Apr 12, 2017
2 parents 7a4fffc + 06798a2 commit 3cad00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/project.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3cad00f

Please sign in to comment.