summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Kits/System.Core/Makefile')
-rw-r--r--Public/Kits/System.Core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Public/Kits/System.Core/Makefile b/Public/Kits/System.Core/Makefile
index f358dfa5..286c1120 100644
--- a/Public/Kits/System.Core/Makefile
+++ b/Public/Kits/System.Core/Makefile
@@ -4,7 +4,7 @@
##################################################
CC=x86_64-w64-mingw32-g++
-CCFLAGS=-shared -ffreestanding -fno-rtti -fno-exceptions -std=c++20 -Xlinker --subsystem=17
+CCFLAGS=-shared -ffreestanding -nostdlib -fno-rtti -fno-exceptions -std=c++20 -Xlinker --subsystem=17
OUTPUT=System.Core.dll
.PHONY: build-core