Skip to content
Snippets Groups Projects
Verified Commit 17e3c17c authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Do not use prefix rustc to determine host target

parent 7de457e0
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ CONTAINERFILE?=podman/redox-base-containerfile
HOST_CARGO=env -u RUSTUP_TOOLCHAIN cargo
export NPROC=nproc
export REDOX_MAKE=make
HOST_TARGET := $(shell rustc -vV | grep host | cut -d: -f2 | tr -d " ")
HOST_TARGET := $(shell env -u RUSTUP_TOOLCHAIN rustc -vV | grep host | cut -d: -f2 | tr -d " ")
UNAME := $(shell uname)
ifeq ($(UNAME),Darwin)
FUMOUNT=umount
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment