Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit f9cde63

Browse files
authored
Merge pull request #347 from seemethere/cherry_pick_packaging_70
[17.12] Pass VERSION to engine static builds
2 parents 5d7e8f3 + 264ab31 commit f9cde63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/packaging/static/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ static-cli:
5050
$(MAKE) -C $(CLI_DIR) -f docker.Makefile VERSION=$(VERSION) build
5151

5252
static-engine:
53-
$(MAKE) -C $(ENGINE_DIR) binary
53+
$(MAKE) -C $(ENGINE_DIR) VERSION=$(VERSION) binary
5454

5555
cross-all-cli:
5656
$(MAKE) -C $(CLI_DIR) -f docker.Makefile VERSION=$(VERSION) cross
5757

5858
cross-win-engine:
59-
$(MAKE) -C $(ENGINE_DIR) DOCKER_CROSSPLATFORMS=windows/amd64 cross
59+
$(MAKE) -C $(ENGINE_DIR) VERSION=$(VERSION) DOCKER_CROSSPLATFORMS=windows/amd64 cross

0 commit comments

Comments
 (0)