mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +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 .= "-DbuildId=${buildId} ";
|
||||
$incantation .= "-DmapVersionTag=${tag} ";
|
||||
if ($buildType == "N") {
|
||||
if ($buildType =~ "N") {
|
||||
$incantation .= "-DforceContextQualifier=${buildId} ";
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue