From 937e67ff5ae9e770367bfee3100154b6a6957ce7 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Sat, 29 Apr 2023 18:03:24 +0200 Subject: Added codec and ammended async build --- forstio/core/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'forstio/core/SConscript') 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]); -- cgit v1.2.3