This commit is contained in:
Wildan M 2025-11-11 14:27:09 +07:00
parent ac7ffbfafa
commit 025ec35791

View File

@ -46,7 +46,7 @@ CONTAINERFILE?=podman/redox-base-containerfile
export NPROC=nproc
export REDOX_MAKE=make
ifeq ($(PODMAN_BUILD),1)
ifneq ($(PODMAN_BUILD),1)
HOST_TARGET := $(shell env -u RUSTUP_TOOLCHAIN rustc -vV | grep host | cut -d: -f2 | tr -d " ")
# x86_64 linux hosts have all toolchains
ifneq ($(HOST_TARGET),x86_64-unknown-linux-gnu)