Преглед на файлове

Fix finding the INDEX.lmi in the build dir

default_compile_flags
vector-of-bool преди 5 години
родител
ревизия
4b3cd27f3d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/dds/build.cpp

+ 1
- 1
src/dds/build.cpp Целия файл

@@ -184,7 +184,7 @@ std::vector<compile_file_plan> file_compilations_of_lib(const build_params& para
if (!lib.manifest().uses.empty() || !lib.manifest().links.empty()) {
fs::path lm_index_path = params.lm_index;
for (auto cand : {fs::path("INDEX.lmi"), params.out_root / "INDEX.lmi"}) {
if (!lm_index_path.empty()) {
if (fs::exists(lm_index_path)) {
break;
}
lm_index_path = params.root / cand;

Loading…
Отказ
Запис