Skip to content

Commit

Permalink
Merge pull request #8 from opentk/static-ucrt
Browse files Browse the repository at this point in the history
Switched to static-ucrt builds of glfw for windows
  • Loading branch information
NogginBops committed Apr 10, 2023
2 parents 87d783a + 66e46bf commit ea207bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glfw-redist.csproj
Expand Up @@ -18,12 +18,12 @@
<PackageIcon>opentk.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="tmp/glfw-$(GLFW_VERSION).bin.WIN64/lib-vc2019/*.dll">
<Content Include="tmp/glfw-$(GLFW_VERSION).bin.WIN64/lib-static-ucrt/*.dll">
<PackagePath>runtimes/win-x64/native/</PackagePath>
<Pack>true</Pack>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="tmp/glfw-$(GLFW_VERSION).bin.WIN32/lib-vc2019/*.dll">
<Content Include="tmp/glfw-$(GLFW_VERSION).bin.WIN32/lib-static-ucrt/*.dll">
<PackagePath>runtimes/win-x86/native/</PackagePath>
<Pack>true</Pack>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down

0 comments on commit ea207bf

Please sign in to comment.