diff options
Diffstat (limited to 'run_and_record/SConstruct')
| -rw-r--r-- | run_and_record/SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
