From c336b4fe6f6488e14a3238a36d571d7645794971 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 12 Jun 2025 03:05:25 +0200 Subject: feat: Use `.dll` extension for `libSystem` instead of `.sys` Signed-off-by: Amlal El Mahrouss --- dev/libSystem/libSystem.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/libSystem/libSystem.json') diff --git a/dev/libSystem/libSystem.json b/dev/libSystem/libSystem.json index fdcd2a56..9df1b8f0 100644 --- a/dev/libSystem/libSystem.json +++ b/dev/libSystem/libSystem.json @@ -3,7 +3,7 @@ "compiler_std": "c++20", "headers_path": ["../", "./"], "sources_path": ["src/*.cc", "src/*.stub.obj"], - "output_name": "libSystem.sys", + "output_name": "libSystem.dll", "compiler_flags": [ "-ffreestanding", "-shared", -- cgit v1.2.3