summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Private/NewBoot/Source/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile
index c37d0ccc..b6eb80b0 100644
--- a/Private/NewBoot/Source/makefile
+++ b/Private/NewBoot/Source/makefile
@@ -12,10 +12,10 @@ ADD_FILE=touch
COPY=cp
HTTP_GET=wget
-ifeq ($(shell uname), Darwin)
-EMU=qemu-system-x86_64
-else
+ifeq ($(shell uname), Windows_NT)
EMU=qemu-system-x86_64w.exe
+else
+EMU=qemu-system-x86_64
endif
IMG=epm.img