summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Zip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Kits/System.Zip/Makefile')
-rw-r--r--Public/Kits/System.Zip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Public/Kits/System.Zip/Makefile b/Public/Kits/System.Zip/Makefile
index 22dcd108..8069ce4b 100644
--- a/Public/Kits/System.Zip/Makefile
+++ b/Public/Kits/System.Zip/Makefile
@@ -4,7 +4,7 @@
##################################################
CC=x86_64-w64-mingw32-g++
-CCFLAGS=-shared -ffreestanding -fno-rtti -fno-exceptions -std=c++20
+CCFLAGS=-shared -ffreestanding -fno-rtti -fno-exceptions -std=c++20 -Xlinker --subsystem=17
ASM=nasm
ASMFLAGS=-f elf64
OUTPUT=System.Zip.dll