Skip to content

Commit

Permalink
Remove references to now redundant RID dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Oct 5, 2024
1 parent c6cdb37 commit 1620c4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build/nuke/Native/Angle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,7 @@ partial class Build {
}
// create universal mac binaries
var arm64NativeRuntimes = runtimes / "osx-arm64" / "native";
var x64NativeRuntimes = runtimes / "osx-x64" / "native";
var universalNativeRuntimes = runtimes / "osx" / "native";
EnsureCleanDirectory(arm64NativeRuntimes);
EnsureCleanDirectory(x64NativeRuntimes);
EnsureCleanDirectory(universalNativeRuntimes);
foreach (var lib in new[] { "libGLESv2.dylib", "libEGL.dylib" })
{
Expand Down

0 comments on commit 1620c4b

Please sign in to comment.