mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 19:18:01 +02:00
Properly hande ar lib-in-lib case
This commit is contained in:
parent
e5d90d42db
commit
4885871785
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ namespace IDE
|
|||
|
||||
bool useArCmds = false;
|
||||
|
||||
if (objectsArg.Contains(".lib", true))
|
||||
useArCmds = true;
|
||||
|
||||
if (useArCmds)
|
||||
{
|
||||
arCmds = scope:: String("");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue