diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 10:13:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 10:16:44 +0200 |
commit | fb5bab834df474f5fa7c09f137aa375b5bca4718 (patch) | |
tree | ef71376a650860c4fb3219292984c258e038a641 /build/root.build | |
parent | 95c4c20586a56fd8b8d32043d85c20f2c164474d (diff) |
Move cxx.poptions setting from root.build to bpkg/buildfile
That's the new recommended way.
Also get rid of the library chain workaround that is no longer
necessary with latest build2.
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build index dc1c297..1361f7b 100644 --- a/build/root.build +++ b/build/root.build @@ -5,4 +5,3 @@ using cxx cxx.std = 14 -cxx.poptions += -I$src_root |