From 55f9635f8818614d1c0e5f2dbfc6eb3de18a7107 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Sun, 1 Sep 2024 13:24:09 +0200 Subject: Playing around with dependencies. I need to think about the potential async codec behaviours --- modules/codec/SConstruct | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/codec/SConstruct') diff --git a/modules/codec/SConstruct b/modules/codec/SConstruct index 6bc28e3..c52aee1 100644 --- a/modules/codec/SConstruct +++ b/modules/codec/SConstruct @@ -55,8 +55,7 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CPPDEFINES=['SAW_UNIX'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], LIBS=[ - 'forstio-core', - 'forstio-async' + 'forstio-core' ] ) env.__class__.add_source_files = add_kel_source_files -- cgit v1.2.3