Skip to content

Commit ff53558

Browse files
committed
fix: Modify the absolute path execution of musl-gcc
Signed-off-by: Super-long <0x4f4f4f4f@gmail.com>
1 parent 9a34645 commit ff53558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ cli: ## Build blade cli
123123
$(GO) build $(GO_FLAGS) -o $(BUILD_TARGET_PKG_DIR)/blade ./cli
124124

125125
nsexec: ## Build nsexec
126-
/usr/local/musl/bin/musl-gcc -static nsexec.c -o $(BUILD_TARGET_PKG_DIR)/bin/nsexec
126+
musl-gcc -static nsexec.c -o $(BUILD_TARGET_PKG_DIR)/bin/nsexec
127127

128128
os: ## Build basic resource experimental scenarios.
129129
ifneq ($(BUILD_TARGET_CACHE)/chaosblade-exec-os, $(wildcard $(BUILD_TARGET_CACHE)/chaosblade-exec-os))

0 commit comments

Comments
 (0)