ソースを参照

Resolve the symlinks on the root of fs transforms

default_compile_flags
vector-of-bool 5年前
コミット
d10384c2fb
1個のファイルの変更2行の追加1行の削除
  1. +2
    -1
      src/dds/util/fs_transform.cpp

+ 2
- 1
src/dds/util/fs_transform.cpp ファイルの表示



} // namespace } // namespace


void dds::fs_transformation::apply_to(dds::path_ref root) const {
void dds::fs_transformation::apply_to(dds::path_ref root_) const {
auto root = fs::weakly_canonical(root_);
if (copy) { if (copy) {
do_relocate(*copy, root, true); do_relocate(*copy, root, true);
} }

読み込み中…
キャンセル
保存