summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-03-05 17:11:44 +0000
committerAmlal El Mahrouss <amlalelmahrouss@icloud.com>2024-03-05 17:11:44 +0000
commitce2b172601f3dbefdc52420d04aad0d0940a5b58 (patch)
treea35be7c7629a1bd2f9235116b5814eee90636c66 /Private/makefile
parente430bfff418489e34b37653b85ce358e0df7fd51 (diff)
Update toolchain to better work on windows.
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 8c721dc3..e9c116ae 100644
--- a/Private/makefile
+++ b/Private/makefile
@@ -5,7 +5,7 @@
CC = x86_64-w64-mingw32-gcc
LD = x86_64-w64-mingw32-ld
-CCFLAGS = -c -ffreestanding -mgeneral-regs-only -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_NEWFS__ -D__HAVE_HCORE_APIS__ -D__HCORE__ -I../ -I./ -I$(HOME)/
+CCFLAGS = -c -ffreestanding -mgeneral-regs-only -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_NEWFS__ -D__HAVE_HCORE_APIS__ -D__HCORE__ -I../ -I./
ASM = nasm
ASMFLAGS = -f win64
LDFLAGS = -e Main --subsystem=17