diff options
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index 9b657e4..012792d 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -11,7 +11,7 @@ lib{bpkg}: \ {hxx }{ version } \ $libs -cxx.poptions += -I$src_root +cxx.poptions =+ -I$src_root lib{bpkg}: cxx.export.poptions = -I$src_root # Install into the bpkg/ subdirectory of, say, /usr/include/. |