diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-04-29 18:03:24 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-04-29 18:03:24 +0200 |
commit | 937e67ff5ae9e770367bfee3100154b6a6957ce7 (patch) | |
tree | c09be3b6929ce6fd533c83564a89fe523be7a46f /forstio/core/SConscript | |
parent | 4e18f3798465ae952e15a2620177421d8b8c1f00 (diff) |
Added codec and ammended async build
Diffstat (limited to 'forstio/core/SConscript')
-rw-r--r-- | forstio/core/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forstio/core/SConscript b/forstio/core/SConscript index 9bbc8dc..04eb4c3 100644 --- a/forstio/core/SConscript +++ b/forstio/core/SConscript @@ -35,4 +35,4 @@ env.targets += ['library_core']; # Install env.Install('$prefix/lib/', [core_env.library_shared, core_env.library_static]); -env.Install('$prefix/include/forstio/', [core_env.headers]); +env.Install('$prefix/include/forstio/core/', [core_env.headers]); |