diff options
Diffstat (limited to 'butl')
-rw-r--r-- | butl/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/butl/buildfile b/butl/buildfile index 76629d5..da6af95 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -3,4 +3,5 @@ # license : MIT; see accompanying LICENSE file lib{butl}: cxx{fdstream} +cxx.poptions += -I$src_root lib{butl}: cxx.export.poptions = -I$src_root |