You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Ivy/Ivy.csproj
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@
135
135
136
136
<!-- macOS local fallbacks, isolated to prevent MSB3021 -->
137
137
<ContentInclude="../RustServer/target/release/librustserver.dylib"Pack="true"PackagePath="runtimes/osx-arm64/native"CopyToOutputDirectory="PreserveNewest"Link="runtimes/osx-arm64/native/librustserver.dylib"Condition="!Exists('../RustServer/artifacts/native/osx-arm64/librustserver.dylib') AND Exists('../RustServer/target/release/librustserver.dylib') AND '$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture)' == 'Arm64' AND $([MSBuild]::IsOSPlatform('OSX'))" />
138
+
<ContentInclude="../RustServer/target/release/librustserver.dylib"Pack="false"CopyToOutputDirectory="PreserveNewest"Link="librustserver.dylib"Condition="!Exists('../RustServer/artifacts/native/osx-arm64/librustserver.dylib') AND Exists('../RustServer/target/release/librustserver.dylib') AND '$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture)' == 'Arm64' AND $([MSBuild]::IsOSPlatform('OSX'))" />
138
139
<ContentInclude="../RustServer/target/release/librustserver.dylib"Pack="true"PackagePath="runtimes/osx-x64/native"CopyToOutputDirectory="PreserveNewest"Link="runtimes/osx-x64/native/librustserver.dylib"Condition="!Exists('../RustServer/artifacts/native/osx-x64/librustserver.dylib') AND Exists('../RustServer/target/release/librustserver.dylib') AND '$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture)' == 'X64' AND $([MSBuild]::IsOSPlatform('OSX'))" />
0 commit comments