mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Avoid showing line number when its not relevant
This commit is contained in:
parent
e2dad5f838
commit
e2428a11a3
3 changed files with 23 additions and 16 deletions
|
@ -322,10 +322,10 @@ namespace IDE
|
|||
}
|
||||
else
|
||||
{
|
||||
IDEUtils.AppendWithOptionalQuotes(linkLine, scope String("-L", llvmDir, "/x86_64-w64-mingw32/lib"));
|
||||
/*IDEUtils.AppendWithOptionalQuotes(linkLine, scope String("-L", llvmDir, "/x86_64-w64-mingw32/lib"));
|
||||
linkLine.Append(" ");
|
||||
IDEUtils.AppendWithOptionalQuotes(linkLine, scope String("-L", llvmDir, "/lib/gcc/x86_64-w64-mingw32/5.2.0"));
|
||||
linkLine.Append(" ");
|
||||
linkLine.Append(" ");*/
|
||||
}
|
||||
}
|
||||
else // Microsoft
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue