This commit is contained in:
parent
04533b5778
commit
e8edd610f5
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,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