This commit is contained in:
parent
17ce95f048
commit
aa996fc16b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ namespace Crafter {
|
||||||
result += RunClang(std::format("{} {}.cppm --precompile -o {}.pcm", clang, path.string(), (pcmDir/path.filename()).string()));
|
result += RunClang(std::format("{} {}.cppm --precompile -o {}.pcm", clang, path.string(), (pcmDir/path.filename()).string()));
|
||||||
#endif
|
#endif
|
||||||
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
#if defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_windows_msvc) || defined(CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_w64_mingw32)
|
||||||
result += RunClang(std::format("{} && cd {} && {}.cppm --precompile -o {}.pcm", clang, pcmDir.string(), path.string(), path.filename().string()));
|
result += RunClang(std::format("cd {} && {} && {}.cppm --precompile -o {}.pcm", clang, pcmDir.string(), path.string(), path.filename().string()));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
result += RunClang(std::format("{} {}.pcm -c -o {}.o", clang, (pcmDir/path.filename()).string(), (buildDir/path.filename()).string()));
|
result += RunClang(std::format("{} {}.pcm -c -o {}.o", clang, (pcmDir/path.filename()).string(), (buildDir/path.filename()).string()));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue