Remove the almost always empty '350' directory
It's better to use two completely separate source trees than to try to build two different versions of LibreOffice in the same one
This commit is contained in:
@@ -938,10 +938,10 @@ $DEVROOT = '$SRC_ROOT';
|
||||
$SOLARENV = PathFormat($SRC_ROOT.$SOLENV);
|
||||
# Location of the solver tree.
|
||||
if ('@LOCAL_SOLVER@' eq "DEFAULT")
|
||||
{ $SOLARVER = $SRC_ROOT.$SOLVER.$ds.$UPD;
|
||||
{ $SOLARVER = $SRC_ROOT.$SOLVER;
|
||||
}
|
||||
else
|
||||
{ $SOLARVER = PathFormat('@LOCAL_SOLVER@').$ds.$UPD;
|
||||
{ $SOLARVER = PathFormat('@LOCAL_SOLVER@');
|
||||
}
|
||||
#Location of Solar version.
|
||||
$SOLARVERSION = '$SOLARVER';
|
||||
|
Reference in New Issue
Block a user