This commit is contained in:
parent
0b9a27cb7c
commit
4614b93c3f
2 changed files with 2 additions and 2 deletions
|
|
@ -124,7 +124,7 @@ namespace Crafter {
|
||||||
fs::path exeDir = GetPath();
|
fs::path exeDir = GetPath();
|
||||||
fs::create_directories(exeDir/config.target);
|
fs::create_directories(exeDir/config.target);
|
||||||
|
|
||||||
std::string libcxx = std::getenv("LIBCXX_DIR");//
|
std::string libcxx = std::getenv("LIBCXX_DIR");
|
||||||
|
|
||||||
std::string stdPcm = std::format("{}\\{}\\std.pcm", exeDir.string(), config.target);
|
std::string stdPcm = std::format("{}\\{}\\std.pcm", exeDir.string(), config.target);
|
||||||
std::string stdcppm = std::format("{}\\modules\\c++\\v1\\std.cppm", libcxx);
|
std::string stdcppm = std::format("{}\\modules\\c++\\v1\\std.cppm", libcxx);
|
||||||
|
|
|
||||||
|
|
@ -467,7 +467,7 @@ namespace Crafter {
|
||||||
if(config.type == CRAFTER_CONFIGURATION_TYPE_EXECUTABLE) {
|
if(config.type == CRAFTER_CONFIGURATION_TYPE_EXECUTABLE) {
|
||||||
if(config.target == "wasm32-wasi") {
|
if(config.target == "wasm32-wasi") {
|
||||||
outputName += ".wasm";
|
outputName += ".wasm";
|
||||||
}
|
}//
|
||||||
|
|
||||||
|
|
||||||
#ifdef CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_linux_gnu
|
#ifdef CRAFTER_BUILD_CONFIGURATION_TARGET_x86_64_pc_linux_gnu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue