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>
This commit is contained in:
Jeffery To 2020-10-16 17:38:17 +08:00
parent b70fb40c11
commit 0a4d40b37e
No known key found for this signature in database
GPG Key ID: C616D9E719E868E4
1 changed files with 1 additions and 1 deletions

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