1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 11:08:02 +02:00

Properly hande ar lib-in-lib case

This commit is contained in:
Brian Fiete 2024-11-03 06:33:06 -05:00
parent e5d90d42db
commit 4885871785

View file

@ -204,6 +204,9 @@ namespace IDE
bool useArCmds = false;
if (objectsArg.Contains(".lib", true))
useArCmds = true;
if (useArCmds)
{
arCmds = scope:: String("");