diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-07-26 12:09:39 +0300 |
---|---|---|
committer | root <root@qavm-2ed34686.qemu> | 2023-07-26 12:09:39 +0300 |
commit | 4d129f39f3a0fa3f3b1bedc6b9383929c427614d (patch) | |
tree | b9097b6a98228a9bc6eaad506dcf4a02a8a6a3d0 | |
parent | c14815f08b7ac8a7143771d6af40c2893402e4e1 (diff) | |
download | ydb-4d129f39f3a0fa3f3b1bedc6b9383929c427614d.tar.gz |
Fix PEERDIR_TAGS for _GO_BASE_UNIT
-rw-r--r-- | build/ymake.core.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 187afcbfd3..2ba5d42433 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -9157,7 +9157,7 @@ module _GO_BASE_UNIT: _BASE_UNIT { ENABLE(_GO_MODULE) SET(MODULE_TAG GO) - PEERDIR_TAGS=GO GO_PROTO GO_FBS __EMPTY__ + SET(PEERDIR_TAGS GO GO_PROTO GO_FBS __EMPTY__) DEFAULT(_GO_VET_TOOL) DEFAULT(_GO_VET_FLAGS) DEFAULT(_GO_VET_EXTS) |