Skip to content

Commit

Permalink
No harm in globbing harder?
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Apr 12, 2024
1 parent 24b26b9 commit 66d648c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/nuke/Native/Core.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void PrUpdatedNativeBinary(string name, [CanBeNull] string glob = null)
}
else if (OperatingSystem.IsMacOS())
{
glob ??= "src/Native/**/libMoltenVK.a src/Native/**/*.dylib";
glob ??= "src/Native/**/*.a src/Native/**/*.dylib";
}
else if (OperatingSystem.IsLinux())
{
Expand Down Expand Up @@ -118,4 +118,4 @@ public void PrUpdatedNativeBinary(string name, [CanBeNull] string glob = null)
}
}
}
}
}

0 comments on commit 66d648c

Please sign in to comment.