mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
Fix running qemu with aarch64 on MacOS
This commit is contained in:
parent
a2cec65548
commit
025cf84c86
@ -108,6 +108,10 @@ ifeq ($(UNAME),Linux)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
QEMUFLAGS+=-cpu $(QEMU_CPU)
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME),Linux)
|
||||
$(BUILD)/extra.img:
|
||||
fallocate --posix --length 1G $@
|
||||
|
||||
Loading…
Reference in New Issue
Block a user