1
0
Fork 0
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:
Martin Oberhuber 2006-08-11 14:31:25 +00:00
parent 562d491620
commit 79ce5a3037

View file

@ -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} ";
}