From 4c714f2c24c5df78bae2f35c42c73107de4c8c71 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 18 Mar 2024 12:35:19 +0100 Subject: unstable, unrelated: See below. - :boom: Breaking changes in System.Core.dll - Framebuffer, moved operator bool into c++ source file. - Remove zlib in favor of our own Zip API. Signed-off-by: Amlal El Mahrouss --- Public/Kits/System.Zip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Public/Kits/System.Zip/Makefile') 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 -- cgit v1.2.3