summaryrefslogtreecommitdiffhomepage
path: root/dev/libDDK
diff options
context:
space:
mode:
Diffstat (limited to 'dev/libDDK')
-rw-r--r--dev/libDDK/libDDK.json (renamed from dev/libDDK/ddk.json)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/libDDK/ddk.json b/dev/libDDK/libDDK.json
index ffc05f5f..113dd585 100644
--- a/dev/libDDK/ddk.json
+++ b/dev/libDDK/libDDK.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["../", "./"],
"sources_path": ["src/*.c", "src/*.cc", "src/*.S"],
- "output_name": "ddk.sys",
+ "output_name": "libDDK.dll",
"compiler_flags": [
"-ffreestanding",
"-shared",