mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
ctop: Drop unused variable
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org> Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
This commit is contained in:
committed by
Tianling Shen
parent
ae0d0879f5
commit
88a01c4ce3
@@ -37,7 +37,6 @@ MAKE_PATH:=$(GO_PKG_WORK_DIR_NAME)/build/src/$(GO_PKG)
|
||||
MAKE_VARS += \
|
||||
GOPATH=$(GO_PKG_BUILD_DIR) \
|
||||
GOCACHE=$(GO_BUILD_CACHE_DIR) \
|
||||
GOROOT_FINAL=$(GO_TARGET_ROOT) \
|
||||
CC="$(TARGET_CC)" \
|
||||
CXX="$(TARGET_CXX)" \
|
||||
$(GO_PKG_VARS)
|
||||
|
||||
Reference in New Issue
Block a user