mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:29:25 +02:00
* Use forcedirectories instead of createdir, patch by petr (bug ID 36672)
git-svn-id: trunk@44126 -
This commit is contained in:
parent
60f56be9b3
commit
dffb35575b
@ -2810,7 +2810,7 @@ Begin
|
||||
end
|
||||
else if Item.IsDirectory then
|
||||
begin
|
||||
if (NOT Flat) then CreateDir(OutputFileName);
|
||||
if (NOT Flat) then ForceDirectories(OutputFileName);
|
||||
end
|
||||
else
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user