1
0
Fork 0
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:
Brian Fiete 2022-08-24 14:49:05 -07:00
parent e09b701e9f
commit acb644830c
6 changed files with 97 additions and 8 deletions

View file

@ -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)