Skip to content
Snippets Groups Projects
Commit 025cf84c authored by Will Angenent's avatar Will Angenent
Browse files

Fix running qemu with aarch64 on MacOS

parent a2cec655
No related branches found
Tags 4.0.3
No related merge requests found
Pipeline #12004 failed
......@@ -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 $@
......
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