Skip to content

Commit

Permalink
Merge pull request #137 from poacpm/develop
Browse files Browse the repository at this point in the history
Support for gnu option
  • Loading branch information
ken-matsui authored Jun 1, 2019
2 parents 98b1a0e + ebc1a72 commit 353368f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/poac/core/stroite/core/builder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace poac::core::stroite::core {

const auto cpp_version = yaml::get_with_throw<std::uint8_t>(node.at("cpp_version"));
const std::string cn = field::standard::command_to_name(compiler);
compile_conf.std_version = field::standard::convert(cpp_version, cn, false);
compile_conf.std_version = field::standard::convert(cpp_version, cn, yaml::get(node.at("build"), "gnu"));

// compile_conf.include_search_path = utils::options::make_include_search_path(exist_deps_key);
compile_conf.other_args = utils::options::make_compile_other_args(node);
Expand Down

0 comments on commit 353368f

Please sign in to comment.