File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 28
28
pkg . install_file "#{ settings [ :gcc_bindir ] } /libgcc_s_#{ lib_type } -1.dll" , "#{ settings [ :bindir ] } /libgcc_s_#{ lib_type } -1.dll"
29
29
pkg . install_file "#{ settings [ :gcc_bindir ] } /libstdc++-6.dll" , "#{ settings [ :bindir ] } /libstdc++-6.dll"
30
30
pkg . install_file "#{ settings [ :gcc_bindir ] } /libwinpthread-1.dll" , "#{ settings [ :bindir ] } /libwinpthread-1.dll"
31
- pkg . install_file "#{ settings [ :gcc_bindir ] } /libgcc_s_#{ lib_type } -1.dll" , "#{ settings [ :facter_root ] } /lib/libgcc_s_#{ lib_type } -1.dll"
32
- pkg . install_file "#{ settings [ :gcc_bindir ] } /libstdc++-6.dll" , "#{ settings [ :facter_root ] } /lib/libstdc++-6.dll"
33
- pkg . install_file "#{ settings [ :gcc_bindir ] } /libwinpthread-1.dll" , "#{ settings [ :facter_root ] } /lib/libwinpthread-1.dll"
34
31
35
32
# Curl is dynamically linking against zlib, so we need to include this file until we
36
33
# update curl to statically link against zlib
You can’t perform that action at this time.
0 commit comments