Skip to content

Commit 89550fe

Browse files
committedApr 23, 2023
revert macos dylib hack from 6fc7b35
1 parent ec3342e commit 89550fe

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
 

‎OpenUtau/OpenUtau.csproj

+1-4
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@
6464
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'win-x86'">
6565
<None Include="..\runtimes\win-x86\native\**" CopyToOutputDirectory="PreserveNewest" LinkBase="." />
6666
</ItemGroup>
67-
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'osx-arm64'">
68-
<None Include="..\runtimes\osx\native\**" CopyToOutputDirectory="PreserveNewest" LinkBase="." />
69-
</ItemGroup>
70-
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'osx-x64'">
67+
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'osx.10.14-x64'">
7168
<None Include="..\runtimes\osx\native\**" CopyToOutputDirectory="PreserveNewest" LinkBase="." />
7269
</ItemGroup>
7370
<ItemGroup Condition="'$(RuntimeIdentifier)' == 'linux-x64'">
-39.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.