mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 12:57:14 +01:00
IDE compiler options: custom options are now stripped off special characters
git-svn-id: trunk@9521 -
This commit is contained in:
parent
3eb818ecb1
commit
006bc13dad
@ -2846,6 +2846,8 @@ begin
|
||||
else
|
||||
BaseDirectory:=GetParsedValue(pcosBaseDir);
|
||||
s:=TrimSearchPath(s,BaseDirectory);
|
||||
end else if Option=pcosCustomOptions then begin
|
||||
s:=SpecialCharsToSpaces(s);
|
||||
end;
|
||||
Result:=s;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user