From: Mikko Rasa Date: Sat, 10 Dec 2022 22:35:43 +0000 (+0200) Subject: Add language standards to exported build info of source packages X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=62853c9bb228cbb541304e866036cd931e3f5500 Add language standards to exported build info of source packages --- diff --git a/source/sourcepackage.cpp b/source/sourcepackage.cpp index 1a23c47..f51f4ab 100644 --- a/source/sourcepackage.cpp +++ b/source/sourcepackage.cpp @@ -148,6 +148,8 @@ void SourcePackage::do_prepare() } } + export_binfo.standards = build_info.standards; + if(arch.get_system()=="windows") new VcxProjectFile(builder, *this);