Просмотр исходного кода

always extend link_exe with link flags

otherwise custom link-exe templates do not work
main
John Robinson 3 лет назад
Родитель
Сommit
9666b2b468
Не найден GPG ключ соответствующий данной подписи
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/dds/toolchain/from_json.cpp

+ 1
- 1
src/dds/toolchain/from_json.cpp Просмотреть файл

@@ -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) {

Загрузка…
Отмена
Сохранить