diff options
Diffstat (limited to 'dev/ddk/ddk.json')
| -rw-r--r-- | dev/ddk/ddk.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ddk/ddk.json b/dev/ddk/ddk.json index 32c32bd1..3a19eef8 100644 --- a/dev/ddk/ddk.json +++ b/dev/ddk/ddk.json @@ -2,7 +2,7 @@ "compiler_path": "x86_64-w64-mingw32-gcc", "compiler_std": "c++20", "headers_path": ["../", "./"], - "sources_path": ["src/*.c", "src/*.cxx", "src/*.S"], + "sources_path": ["src/*.c", "src/*.cc", "src/*.S"], "output_name": "ddk.dll", "compiler_flags": [ "-ffreestanding", |
