mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
*theide: fixed makefile export bug omitting some libraries
git-svn-id: svn://ultimatepp.org/upp/trunk@2830 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5c053a9c3e
commit
23117fa56f
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ Vector<String> MakeBuild::GetAllLibraries(const Workspace& wspc, int index,
|
|||
uses.Add(wspc[index]);
|
||||
Index<String> libraries;
|
||||
for(int i = 0; i < uses.GetCount(); i++) {
|
||||
int f = wspc.package.Find(uses[i]);
|
||||
int f = wspc.package.Find(UnixPath(uses[i]));
|
||||
if(f >= 0) {
|
||||
const Package& pk = wspc.package[f];
|
||||
Index<String> config = PackageConfig(wspc, f, bm, mainparam, host, builder);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue