diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 18:56:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 18:58:17 +0200 |
commit | fc76d626cc9d43f899f46bcf62e6d047abd1f362 (patch) | |
tree | 1d35722b6b92ce94a8bfcc39dbf69aef676f9658 /bpkg/buildfile | |
parent | c552070230c4ad9c92b516c28658b5c74c57e46b (diff) |
Add export stub
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index c498ed9..b084404 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -4,3 +4,4 @@ import libs += libbutl lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs +lib{bpkg}: cxx.export.poptions = -I$src_root |