diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-14 10:14:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-14 10:14:34 +0200 |
commit | d7efd2333fffa69aaf5ba09431f6aa2ae8f877f3 (patch) | |
tree | 5a564fa2cbaf11ef41dbc3aab2e9252076fa575b | |
parent | 662a8429b65583190ef8c88bc3d42884c72a7426 (diff) |
Use prepend to make sure our -I are considered first
-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/. |