Skip to content

Commit 1620c4b

Browse files
authored
Remove references to now redundant RID dirs
1 parent c6cdb37 commit 1620c4b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/nuke/Native/Angle.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,7 @@ partial class Build {
9999
}
100100

101101
// create universal mac binaries
102-
var arm64NativeRuntimes = runtimes / "osx-arm64" / "native";
103-
var x64NativeRuntimes = runtimes / "osx-x64" / "native";
104102
var universalNativeRuntimes = runtimes / "osx" / "native";
105-
EnsureCleanDirectory(arm64NativeRuntimes);
106-
EnsureCleanDirectory(x64NativeRuntimes);
107103
EnsureCleanDirectory(universalNativeRuntimes);
108104
foreach (var lib in new[] { "libGLESv2.dylib", "libEGL.dylib" })
109105
{

0 commit comments

Comments
 (0)