This commit is contained in:
parent
aac3785738
commit
eb88a317eb
1 changed files with 1 additions and 0 deletions
|
|
@ -298,6 +298,7 @@ namespace Crafter {
|
||||||
// }
|
// }
|
||||||
|
|
||||||
void BuildStdPcm(const Project& project, const Configuration& config) {
|
void BuildStdPcm(const Project& project, const Configuration& config) {
|
||||||
|
std::cout << config.target << std::endl;
|
||||||
if(config.target == "x86_64-pc-linux-gnu") {
|
if(config.target == "x86_64-pc-linux-gnu") {
|
||||||
BuildGnuStdPcm(project, config);
|
BuildGnuStdPcm(project, config);
|
||||||
} else if(config.target == "x86_64-w64-mingw32") {
|
} else if(config.target == "x86_64-w64-mingw32") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue