mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed split deferred call processor
This commit is contained in:
parent
e09b701e9f
commit
acb644830c
6 changed files with 97 additions and 8 deletions
|
@ -801,6 +801,8 @@ namespace IDE
|
|||
IDEUtils.FixFilePath(libPath);
|
||||
libPaths.Add(libPath);
|
||||
}
|
||||
else
|
||||
delete libPath;
|
||||
}
|
||||
|
||||
|
||||
|
@ -813,6 +815,8 @@ namespace IDE
|
|||
IDEUtils.FixFilePath(depPath);
|
||||
depPaths.Add(depPath);
|
||||
}
|
||||
else
|
||||
delete depPath;
|
||||
}
|
||||
|
||||
for (let libPath in options.mBuildOptions.mLibPaths)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue