Selaa lähdekoodia

always extend link_exe with link flags

otherwise custom link-exe templates do not work
main
John Robinson 3 vuotta sitten
vanhempi
commit
9666b2b468
No known key found for this signature in database
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/dds/toolchain/from_json.cpp

+ 1
- 1
src/dds/toolchain/from_json.cpp Näytä tiedosto

@@ -726,9 +726,9 @@ toolchain dds::parse_toolchain_json_data(const json5::data& dat, std::string_vie
assert(false && "No link-exe command");
std::terminate();
}
extend(ret, get_link_flags());
return ret;
});
extend(tc.link_exe, get_link_flags());

tc.tty_flags = read_opt(tty_flags, [&]() -> string_seq {
if (!compiler_id) {

Loading…
Peruuta
Tallenna