Skip to content

Commit a55176b

Browse files
committed
pushback cargo homepath
- disable privilege of cargo homepath in path - fixes build of native/libmysqlclient in some situations
1 parent f8cd96b commit a55176b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mk/spksrc.cross-rust.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ endif
7373
# Use distrib folder as cargo download cache
7474
CARGO_HOME_PATH=/spksrc/distrib/cargo
7575
ENV += CARGO_HOME=$(CARGO_HOME_PATH)
76-
ENV += PATH=:$(CARGO_HOME_PATH)/bin/:$(PATH)
76+
ENV += PATH=$(PATH):$(CARGO_HOME_PATH)/bin
7777

7878
ifeq (,$(shell $(ENV) which rustup))
7979
install_rustup:

spk/ntopng/BROKEN

-1
This file was deleted.

0 commit comments

Comments
 (0)