mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
Merge pull request #301 from DioEgizio/clang-attempt
feat(actions): use clang32 for building on windows
This commit is contained in:
parent
9ec7837275
commit
9c4455ca03
2 changed files with 6 additions and 6 deletions
|
|
@ -401,6 +401,7 @@ bool overrideFolder(QString overwritten_path, QString override_path)
|
|||
std::error_code err;
|
||||
fs::copy_options opt = copy_opts::recursive | copy_opts::overwrite_existing;
|
||||
|
||||
// FIXME: hello traveller! Apparently std::copy does NOT overwrite existing files on GNU libstdc++ on Windows?
|
||||
fs::copy(toStdString(override_path), toStdString(overwritten_path), opt, err);
|
||||
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue