This commit is contained in:
parent
2c6a7cb857
commit
4714892072
1 changed files with 2 additions and 0 deletions
|
|
@ -298,6 +298,8 @@ namespace Crafter {
|
||||||
} else if(config.target == "wasm32-wasi") {
|
} else if(config.target == "wasm32-wasi") {
|
||||||
BuildWasmStdPcm(project, config);
|
BuildWasmStdPcm(project, config);
|
||||||
} else {
|
} else {
|
||||||
|
std::cout << config.target << std::endl;
|
||||||
|
std::cout << "x86_64-pc-windows-msvc" << std::endl;
|
||||||
throw std::runtime_error(std::format("Unkown target: {}", config.target));
|
throw std::runtime_error(std::format("Unkown target: {}", config.target));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue