]> git.tdb.fi Git - builder.git/blobdiff - source/sourcepackage.cpp
Add language standards to exported build info of source packages
[builder.git] / source / sourcepackage.cpp
index 1a23c4704d04c963677e8036a45b940a3c1467f5..f51f4abbc5b48a12ad57dcb689ade1861c694999 100644 (file)
@@ -148,6 +148,8 @@ void SourcePackage::do_prepare()
                }
        }
 
+       export_binfo.standards = build_info.standards;
+
        if(arch.get_system()=="windows")
                new VcxProjectFile(builder, *this);