diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-05-21 23:03:11 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-05-21 23:03:11 -0700 |
commit | 7aa184bb42bf8868bb0c61bd351480e332d3a2a8 (patch) | |
tree | 1d54b563b54a98de81560924577f1bb4616148c6 /Rakefile | |
parent | bce8712f801c47e6711d865d1807b3862158af62 (diff) |
specify mingw g++ compiler for ruby windows artifact build
Diffstat (limited to 'Rakefile')
-rwxr-xr-x | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ task 'dlls' do [ w64, w32 ].each do |opt| env_comp = "CC=#{opt[:cross]}-gcc " + env_comp += "CXX=#{opt[:cross]}-g++ " env_comp += "LD=#{opt[:cross]}-gcc " docker_for_windows "gem update --system && #{env} #{env_comp} make -j #{out} && #{opt[:cross]}-strip -x -S #{out} && cp #{out} #{opt[:out]}" end |