This commit is contained in:
2025-02-05 20:07:14 +03:00
parent 19bcc13048
commit 82fbe8a751
2 changed files with 2 additions and 5 deletions

View File

@@ -289,7 +289,7 @@ public class UserConnection {
}
}
if (cpp_17)
res = "-std=c++17";
res = "-std=c++17 -lstdc++fs";
else if (cpp_11)
res = "-std=c++11";
RemoteFile cppFlag = new RemoteFile(scriptDirectory, "current_ccp_version");