1
1
mirror of https://github.com/rui314/mold.git synced 2024-08-16 08:20:23 +03:00

Attempt to fix CI

This commit is contained in:
Rui Ueyama 2024-07-08 09:59:07 +09:00
parent 596ffa959a
commit 60760a892a

View File

@ -2950,7 +2950,7 @@ void ComdatGroupSection<E>::copy_buf(Context<E> &ctx) {
template <typename E>
void GnuDebuglinkSection<E>::update_shdr(Context<E> &ctx) {
filename = std::filesystem::path(ctx.arg.separate_debug_file).filename();
filename = std::filesystem::path(ctx.arg.separate_debug_file).filename().string();
this->shdr.sh_size = align_to(filename.size() + 1, 4) + 4;
}