Skip to content

Commit

Permalink
osx-x64 -> osx
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancheung committed Mar 17, 2024
1 parent 7810efa commit 3a00b4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FreeTypeSharp/FreeTypeSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
<CopyToOutputDirectory Condition="'$(TargetFramework)' == 'net8.0'">PreserveNewest</CopyToOutputDirectory>
</None>

<None Include="..\runtimes\FreeType2\osx-x64\libfreetype.dylib">
<None Include="..\runtimes\FreeType2\osx\libfreetype.dylib">
<Pack>true</Pack>
<PackagePath>runtimes\osx-x64\native\</PackagePath>
<Link>runtimes\osx-x64\native\libfreetype.dylib</Link>
<PackagePath>runtimes\osx\native\</PackagePath>
<Link>runtimes\osx\native\libfreetype.dylib</Link>
<CopyToOutputDirectory Condition="'$(TargetFramework)' == 'net8.0'">PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
Expand Down
File renamed without changes.

0 comments on commit 3a00b4c

Please sign in to comment.