Browse Source

always extend link_exe with link flags

otherwise custom link-exe templates do not work
main
John Robinson 3 years ago
parent
commit
9666b2b468
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/dds/toolchain/from_json.cpp

+ 1
- 1
src/dds/toolchain/from_json.cpp View File

assert(false && "No link-exe command"); assert(false && "No link-exe command");
std::terminate(); std::terminate();
} }
extend(ret, get_link_flags());
return ret; return ret;
}); });
extend(tc.link_exe, get_link_flags());


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

Loading…
Cancel
Save