mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Remove extra space from host arch
This commit is contained in:
parent
3d41e23043
commit
80c192b5a8
@ -13,7 +13,8 @@ FILESYSTEM_SIZE?=256
|
||||
REDOXFS_MKFS_FLAGS?=
|
||||
|
||||
# Per host variables
|
||||
HOST_ARCH=x86_64 # TODO: get automatically
|
||||
# TODO: get host arch automatically
|
||||
HOST_ARCH=x86_64
|
||||
HOST_CARGO=env --unset=RUSTUP_TOOLCHAIN cargo
|
||||
UNAME := $(shell uname)
|
||||
ifeq ($(UNAME),Darwin)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user