diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-02 01:22:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-02 01:22:47 +0300 |
commit | 3395280a4f4b6a31fc5c6bbf0ff686b8b9bd010e (patch) | |
tree | 3fea692e139ab6df741c6fae335becf5ac120836 /build | |
parent | 8749eeea8723196fa38a9eb7917775cfe8b87ad7 (diff) |
Adapt buildfiles to expansion change
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index 85d5de4..cab3bf1 100644 --- a/build/root.build +++ b/build/root.build @@ -11,7 +11,7 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -cxx.poptions =+ -I$out_root -I$src_root +cxx.poptions =+ "-I$out_root" "-I$src_root" # Load the cli module but only if it's available. This way a distribution # that includes pre-generated files can be built without installing cli. |