This commit is contained in:
parent
b906fa55fb
commit
d4ec1127f8
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ namespace Crafter {
|
||||||
|
|
||||||
void BuildMsvcStdPcm(const Project& project, const Configuration& config) {
|
void BuildMsvcStdPcm(const Project& project, const Configuration& config) {
|
||||||
fs::path exeDir = GetPath();
|
fs::path exeDir = GetPath();
|
||||||
fs::create_directories(exeDir/config.target);
|
fs::create_directories(exeDir/(config.target+config.march));
|
||||||
|
|
||||||
std::string libcxx = std::getenv("LIBCXX_DIR");
|
std::string libcxx = std::getenv("LIBCXX_DIR");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue