summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Private/makefile')
-rw-r--r--Private/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile
index 9b5d1595..5267bc9c 100644
--- a/Private/makefile
+++ b/Private/makefile
@@ -13,7 +13,7 @@ ifeq ($(UNAME), Darwin)
ASM = nasm
else
# Otherwise Windows NT.
-ASM = $(WINASM)
+ASM = nasm.exe
endif
# Add assembler, linker, and object files variables.