Skip to content

Commit

Permalink
Merge pull request #3613 from fluent/build-x64-mingw-ucrt
Browse files Browse the repository at this point in the history
Build x64-mingw-ucrt gem
  • Loading branch information
ashie committed Feb 2, 2022
2 parents e951324 + ed962c9 commit 26c62cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace :build do
desc 'Build gems for all platforms'
task :all do
Bundler.with_clean_env do
%w[ruby x86-mingw32 x64-mingw32].each do |name|
%w[ruby x86-mingw32 x64-mingw32 x64-mingw-ucrt].each do |name|
ENV['GEM_BUILD_FAKE_PLATFORM'] = name
Rake::Task["build"].execute
end
Expand Down

0 comments on commit 26c62cd

Please sign in to comment.