This commit is contained in:
parent
2863b8f7ed
commit
379fbe2ddf
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ namespace Crafter {
|
||||||
}
|
}
|
||||||
|
|
||||||
#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)
|
||||||
command += "-D _CRT_SECURE_NO_WARNINGS"
|
command += "-D _CRT_SECURE_NO_WARNINGS";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
command += std::format(" -fprebuilt-module-path={}", pcmDir.string());
|
command += std::format(" -fprebuilt-module-path={}", pcmDir.string());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue