Skip to content

Commit

Permalink
ctop: Fix compatibility with 给、o 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: Milinda Brantini <[email protected]>
  • Loading branch information
p-w-p authored Sep 28, 2024
1 parent 44af166 commit 3575e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/ctop/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ 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) \
GOROOT=$(GO_TARGET_ROOT) \
CC="$(TARGET_CC)" \
CXX="$(TARGET_CXX)" \
$(GO_PKG_VARS)
Expand Down

0 comments on commit 3575e8e

Please sign in to comment.