Skip to content

Commit

Permalink
revert macos dylib hack from 6fc7b35
Browse files Browse the repository at this point in the history
  • Loading branch information
stakira committed Apr 23, 2023
1 parent ec3342e commit 89550fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions OpenUtau/OpenUtau.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,7 @@
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'win-x86'">
<None Include="..\runtimes\win-x86\native\**" CopyToOutputDirectory="PreserveNewest" LinkBase="." />
</ItemGroup>
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'osx-arm64'">
<None Include="..\runtimes\osx\native\**" CopyToOutputDirectory="PreserveNewest" LinkBase="." />
</ItemGroup>
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'osx-x64'">
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'osx.10.14-x64'">
<None Include="..\runtimes\osx\native\**" CopyToOutputDirectory="PreserveNewest" LinkBase="." />
</ItemGroup>
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64'">
Expand Down
Binary file removed runtimes/osx/native/libonnxruntime.dylib
Binary file not shown.

0 comments on commit 89550fe

Please sign in to comment.