This commit is contained in:
parent
3823d4360f
commit
58c43f2942
2 changed files with 4 additions and 11 deletions
|
|
@ -475,7 +475,9 @@ namespace Crafter {
|
|||
#endif
|
||||
|
||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
||||
system("copy %LIBCXX_DIR%\\lib\\c++.dll .\\bin\\executable-windows-msvc\\c++.dll");//
|
||||
system("echo %LIBCXX_DIR%\\lib\\c++.dll");
|
||||
system("echo .\\bin\\executable-windows-msvc\\c++.dll");
|
||||
system("copy %LIBCXX_DIR%\\lib\\c++.dll .\\bin\\executable-windows-msvc\\c++.dll");
|
||||
buildResult.errors = RunClang(std::format("{}{} -o {} -fuse-ld=lld -L %LIBCXX_DIR%\\lib -lc++ -nostdinc++ -nostdlib++", command, files, (binDir/outputName).string()));
|
||||
#endif
|
||||
} else if(config.type == CRAFTER_CONFIGURATION_TYPE_LIBRARY) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue