summaryrefslogtreecommitdiffhomepage
path: root/dev/libSystem/libSystem.json
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-06-12 03:05:25 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-06-12 03:05:25 +0200
commitc336b4fe6f6488e14a3238a36d571d7645794971 (patch)
tree4bb99ca2a2877fee30ad500c7a3a937f66abcf45 /dev/libSystem/libSystem.json
parenta5851dfaa65d15f44f52b2aed1aa0179291b46fc (diff)
feat: Use `.dll` extension for `libSystem` instead of `.sys`
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libSystem/libSystem.json')
-rw-r--r--dev/libSystem/libSystem.json2
1 files changed, 1 insertions, 1 deletions
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",