Browse Source

golang: Fix vars not passed when calling cache_cleanup

Fixes https://github.com/openwrt/packages/issues/13674.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lilik-openwrt-22.03
Jeffery To 4 years ago
parent
commit
0a4d40b37e
No known key found for this signature in database GPG Key ID: C616D9E719E868E4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/golang/golang-values.mk

+ 1
- 1
lang/golang/golang-values.mk View File

@ -249,6 +249,6 @@ GO_GENERAL_BUILD_CONFIG_VARS= \
GO_MOD_ARGS="$(GO_MOD_ARGS)"
define Go/CacheCleanup
$(GENERAL_BUILD_CONFIG_VARS) \
$(GO_GENERAL_BUILD_CONFIG_VARS) \
$(SHELL) $(GO_INCLUDE_DIR)/golang-build.sh cache_cleanup
endef

Loading…
Cancel
Save