File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1
1
# This component exists to link in the gcc and stdc++ runtime libraries.
2
2
component "runtime-pdk" do |pkg, settings, platform|
3
- pkg.build_requires "libffi"
4
- pkg.build_requires "libyaml"
5
3
6
4
if platform.is_windows?
7
5
lib_type = platform.architecture == "x64" ? "seh" : "sjlj"
21
19
pkg.install_file "#{settings[:tools_root]}/bin/libiconv-2.dll", "#{settings[:ruby_bindir]}/libiconv-2.dll"
22
20
pkg.install_file "#{settings[:tools_root]}/bin/libffi-6.dll", "#{settings[:ruby_bindir]}/libffi-6.dll"
23
21
24
- if settings[:ruby_major_version] >= 3
25
- pkg.install_file "#{settings[:bindir]}/libyaml-0-2.dll", "#{settings[:ruby_bindir]}/libyaml-0-2.dll"
26
- pkg.install_file "#{settings[:bindir]}/libffi-8.dll", "#{settings[:ruby_bindir]}/libffi-8.dll"
27
- end
28
-
29
22
# Copy the DLLs into additional ruby install bindirs as well.
30
23
if settings.has_key?(:additional_rubies)
31
24
settings[:additional_rubies].each do |rubyver, local_settings|
You can’t perform that action at this time.
0 commit comments