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 9dbf18f..8dcd782 100644 --- a/run_and_record/SConstruct +++ b/run_and_record/SConstruct @@ -49,7 +49,8 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], LIBS=[ 'forstio-core', - 'forstio-async' + 'forstio-async', + 'git2' ] ) env.__class__.add_source_files = add_kel_source_files |
