PT-2506 - make install does not install Go tools

- Added version for Go tools in case if they are built in the top dir
This commit is contained in:
Sveta Smirnova
2026-01-09 16:42:55 +03:00
parent 861ca3f0ae
commit a3330a4521
+1 -1
View File
@@ -6,7 +6,7 @@ sub MY::postamble {
pkgs = $(shell find src/go -type d -name "pt-*" -exec basename {} \;)
gotools:
cd src/go && $(MAKE) build
cd src/go && VERSION=$(VERSION) $(MAKE) build
@$(foreach pkg,$(pkgs),cp bin/$(pkg) $(INST_SCRIPT);)
goclean: