From b4963da50dd24d15ed780eee7d01bda4efe486ea Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss <113760121+Amlal-ElMahrouss@users.noreply.github.com> Date: Thu, 21 Mar 2024 20:46:10 +0100 Subject: Toolchain: Fixes and improvements for amd64 assembler and assembly preprocessor. --- Private/Frontend/Compiler/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Private/Frontend/Compiler/makefile') diff --git a/Private/Frontend/Compiler/makefile b/Private/Frontend/Compiler/makefile index 8a03fd0..47f8429 100644 --- a/Private/Frontend/Compiler/makefile +++ b/Private/Frontend/Compiler/makefile @@ -10,4 +10,4 @@ # build mpcc .PHONY: mpcc-build mpcc-build: - ldc2 -I../ $(wildcard *.d) -ofmpcc \ No newline at end of file + dmd -I../ $(wildcard *.d) -ofmpcc \ No newline at end of file -- cgit v1.2.3