mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 19:45:22 +02:00
Fix syntax for build.pl
This commit is contained in:
parent
562d491620
commit
79ce5a3037
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ $incantation .= "-DbaseLocation=${eclipse} ";
|
||||||
$incantation .= "-DbuildType=${buildType} ";
|
$incantation .= "-DbuildType=${buildType} ";
|
||||||
$incantation .= "-DbuildId=${buildId} ";
|
$incantation .= "-DbuildId=${buildId} ";
|
||||||
$incantation .= "-DmapVersionTag=${tag} ";
|
$incantation .= "-DmapVersionTag=${tag} ";
|
||||||
if ($buildType == "N") {
|
if ($buildType =~ "N") {
|
||||||
$incantation .= "-DforceContextQualifier=${buildId} ";
|
$incantation .= "-DforceContextQualifier=${buildId} ";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue