From 251e0e9927a75f6193d9780d8a11aacb43111739 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 21 Feb 2026 21:26:11 +0100 Subject: chore: libASN: start to implement the AudioSoundNamespace library. Signed-off-by: Amlal El Mahrouss --- src/libASN/libASN.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libASN/libASN.json') diff --git a/src/libASN/libASN.json b/src/libASN/libASN.json index 3e6d33f2..f1a5e267 100644 --- a/src/libASN/libASN.json +++ b/src/libASN/libASN.json @@ -2,12 +2,11 @@ "compiler_path": "x86_64-w64-mingw32-gcc", "compiler_std": "c++20", "headers_path": ["../", "./"], - "sources_path": ["src/*.cpp", "src/*.S"], + "sources_path": ["src/*.cpp"], "output_name": "libASN.dll", "compiler_flags": [ "-ffreestanding", "-shared", - "-std=c17", "-fno-rtti", "-fno-exceptions", "-Wl,--subsystem=17" -- cgit v1.2.3