From f32687ccab6158e9611007e6fc2d66bf4751e111 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 6 Nov 2025 15:13:49 +0100 Subject: Adding the writing --- run_and_record/SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'run_and_record/SConstruct') diff --git a/run_and_record/SConstruct b/run_and_record/SConstruct index d85358b..9dbf18f 100644 --- a/run_and_record/SConstruct +++ b/run_and_record/SConstruct @@ -48,7 +48,8 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CPPDEFINES=['SAW_UNIX'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], LIBS=[ - 'forstio-core' + 'forstio-core', + 'forstio-async' ] ) env.__class__.add_source_files = add_kel_source_files -- cgit v1.2.3