diff options
Diffstat (limited to 'forstio/core')
-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]); |