aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/cxx/standard.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/cxx/standard.make b/build/cxx/standard.make
index fcc33e4..64343d2 100644
--- a/build/cxx/standard.make
+++ b/build/cxx/standard.make
@@ -31,4 +31,5 @@ ifdef cxx_id
else
$(error unknown C++ compiler $(cxx_id))
endif
+ $(out_root)/%: cxx_standard := $(cxx_standard)
endif