diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-09 14:55:05 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2025-05-12 18:30:04 +0200 |
commit | fe4006fce755432b1ae3a273873f3649512c7f94 (patch) | |
tree | 195fd6727ff7ccc3e2437f757c4b438f83307a3f /src/buildtool/execution_api/local/local_action.cpp | |
parent | 541ccbb58b9d85af308a1cbfbc6642c19758b883 (diff) | |
download | justbuild-fe4006fce755432b1ae3a273873f3649512c7f94.tar.gz |
LocalAction: Fix collection of directory symlink
Diffstat (limited to 'src/buildtool/execution_api/local/local_action.cpp')
-rw-r--r-- | src/buildtool/execution_api/local/local_action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/execution_api/local/local_action.cpp b/src/buildtool/execution_api/local/local_action.cpp index 7ea0ce34..d202233f 100644 --- a/src/buildtool/execution_api/local/local_action.cpp +++ b/src/buildtool/execution_api/local/local_action.cpp @@ -530,7 +530,7 @@ auto LocalAction::CollectAndStoreOutputs( " - symlink {}: {}", path, out_symlink.target()); - result->mutable_output_file_symlinks()->Add( + result->mutable_output_directory_symlinks()->Add( std::move(out_symlink)); } else { |