Skip to content

Commit

Permalink
Update dll path
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <poorndm@progress.com>
  • Loading branch information
poorndm committed Oct 10, 2023
1 parent a8c1547 commit e6a9c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/ruby-windows-devkit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}.each do |target, to|
copy "#{install_dir}/embedded/mingw/bin/#{to}", "#{install_dir}/bin/#{target}"

copy "#{install_dir}/embedded/mingw/bin/x64-msvcrt-ruby300.dll", "#{install_dir}/bin/x64-msvcrt-ruby300.dll"
copy "#{install_dir}/embedded/bin/x64-msvcrt-ruby300.dll", "#{install_dir}/bin/x64-msvcrt-ruby300.dll"
copy "#{install_dir}/embedded/mingw/include/ansidecl.h", "#{install_dir}/embedded/mingw/x86_64-w64-mingw32/include/ansidecl.h"
end

Expand Down

0 comments on commit e6a9c26

Please sign in to comment.