This commit is contained in:
parent
ee19729ee5
commit
25f7a1371d
1 changed files with 1 additions and 1 deletions
|
|
@ -476,7 +476,7 @@ namespace Crafter {
|
|||
|
||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
||||
system("echo %LIBCXX_DIR%\\lib\\c++.dll");
|
||||
system("echo .\\bin\\executable-windows-msvc\\c++.dll");
|
||||
system(std::format("{}\\c++.dll", binDir.string()).c_str());
|
||||
system(std::format("copy %LIBCXX_DIR%\\lib\\c++.dll {}\\c++.dll", binDir.string()).c_str());
|
||||
buildResult.errors = RunClang(std::format("{}{} -o {}.exe -fuse-ld=lld -L %LIBCXX_DIR%\\lib -lc++ -nostdinc++ -nostdlib++", command, files, (binDir/outputName).string()));
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue