Skip to content

Commit

Permalink
Update Ruby 3.2 Windows build for Ruby DLL rename.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomthom committed Dec 21, 2023
1 parent 8cc7031 commit a1714a8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ClCompile>
<Link>
<AdditionalLibraryDirectories>$(SolutionDir)ThirdParty\lib\win\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
<AdditionalDependencies>x64-msvcrt-ruby320.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>x64-ucrt-ruby320.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified src/testup/lib/ruby320/x64/TaskbarProgress.so
Binary file not shown.

0 comments on commit a1714a8

Please sign in to comment.