We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb905f0 commit 5760422Copy full SHA for 5760422
external/buildscripts/build_all_osx.pl
@@ -82,9 +82,12 @@
82
if ($artifact)
83
{
84
print(">>> Moving built binaries to final output directories\n");
85
-
86
- CopyEmbedRuntimeBinaries($embedDirSourceARM64, "$embedDirRoot/osx-arm64");
87
+
+ if ($buildArm64)
+ {
88
+ CopyEmbedRuntimeBinaries($embedDirSourceARM64, "$embedDirRoot/osx-arm64");
89
+ }
90
91
# Merge stuff in the monodistribution directory
92
my $distDirRoot = "$buildsroot/monodistribution";
93
my $distDirDestinationBin = "$buildsroot/monodistribution/bin";
0 commit comments