Skip to content

Commit 8b0eb5d

Browse files
committed
WIP: mod: helper.mk (build/main)
Signed-off-by: Philippe Coval <[email protected]>
1 parent e096969 commit 8b0eb5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ setup/rust:
110110
curl --insecure --proto '=https' --tlsv1.2 -sSf ${rust_url} \
111111
| bash -s -- -y \
112112
--default-toolchain="${RUST_VERSION}" \
113-
--default-host="${CARGO_TARGET_TRIPLE}"
113+
# --default-host="${CARGO_TARGET_TRIPLE}"
114114
cat $${HOME}/.cargo/env
115115
@echo '$@: info: You might like to add ". $${HOME}/.cargo/env" to "$${HOME}/.bashrc"'
116116
-which rustc

0 commit comments

Comments
 (0)