logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 2975b9fcffbf68d603075a3e41a418f31e4d07b6
parent 0738eb68bf075199acb6566222806e99f4494ff8
Author: Michael Forney <mforney@mforney.org>
Date:   Sun, 13 Aug 2017 22:38:58 -0700

Properly set target_cxxflags

cflags isn't set at this point.

Diffstat:

Mbuild.ninja2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.ninja b/build.ninja @@ -2,7 +2,7 @@ builddir = out target_toolchain = x86_64-linux-musl target_cflags = -O2 -pipe -target_cxxflags = $cflags +target_cxxflags = $target_cflags target_ldflags = -s -static host_toolchain = default