Skip to content

Commit 2674b25

Browse files
committed
[core] Build against libInfoLogger instead of full InfoLogger
1 parent 624ad25 commit 2674b25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# immunities granted to it by virtue of its status as an
2323
# Intergovernmental Organization or submit itself to any jurisdiction.
2424

25-
VERSION := 0.5
25+
VERSION := 0.6
2626
BUILD := `git rev-parse --short HEAD`
2727

2828
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
@@ -98,7 +98,7 @@ vendor: tools/dep
9898
@echo -e "\e[1;33mdep ensure\e[0m"
9999
@./tools/dep ensure
100100
@mkdir -p vendor/infoLoggerForGo
101-
@cp ${INFOLOGGER_ROOT}/lib/infoLoggerForGo.* vendor/infoLoggerForGo/
101+
@cp ${LIBINFOLOGGER_ROOT}/lib/infoLoggerForGo.* vendor/infoLoggerForGo/
102102

103103
tools: tools/dep tools/protoc
104104

0 commit comments

Comments
 (0)