Merge branch 'main' into zig

This commit is contained in:
Marc
2025-07-16 18:43:48 +07:00
committed by GitHub
10 changed files with 79 additions and 24 deletions

View File

@@ -149,6 +149,9 @@ class SPCConfigUtil
}
}
}
if (in_array('imap', $libraries) && SPCTarget::getLibc() === 'glibc') {
$short_name[] = '-lcrypt';
}
return implode(' ', $short_name);
}