Bug fixes
This commit is contained in:
@@ -48,7 +48,7 @@ void configureProject(const BuildType buildType, bool dryrun) {
|
||||
configureDir("build/release", "Release", dryrun);
|
||||
break;
|
||||
case relwithdeb:
|
||||
configureDir("build/RelWithDeb", "RelWithDeb", dryrun);
|
||||
configureDir("build/relwithbeb", "RelWithDeb", dryrun);
|
||||
break;
|
||||
case minsizerel:
|
||||
configureDir("build/minsizerel", "MinSizeRel", dryrun);
|
||||
@@ -73,7 +73,7 @@ void cleanProject(const BuildType buildType, bool dryrun) {
|
||||
cleanDir("build/release", dryrun);
|
||||
break;
|
||||
case relwithdeb:
|
||||
cleanDir("build/RelWithDeb", dryrun);
|
||||
cleanDir("build/relwithdeb", dryrun);
|
||||
break;
|
||||
case minsizerel:
|
||||
cleanDir("build/minsizerel", dryrun);
|
||||
|
||||
Reference in New Issue
Block a user