Skip to content

Commit

Permalink
Fix win platform in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Nov 12, 2023
1 parent fa1d77b commit b5b6bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.files << 'vendor/libui.x86_64.dylib' # universal binary
when 'arm64-darwin'
spec.files << 'vendor/libui.arm64.dylib' # universal binary
when 'x64-mingw'
when 'x64-mingw32', 'x64-mingw-ucrt'
spec.files << 'vendor/libui.x64.dll'
when 'x86-mingw32'
spec.files << 'vendor/libui.x86.dll'
Expand Down

0 comments on commit b5b6bfb

Please sign in to comment.