Merge pull request #20062 from veblush/rakeldxx

Added  LDXX to Rakefile
pull/18950/head
Esun Kim 5 years ago committed by GitHub
commit e8bd422c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Rakefile

@ -105,6 +105,7 @@ task 'dlls' do
env_comp = "CC=#{opt[:cross]}-gcc "
env_comp += "CXX=#{opt[:cross]}-g++ "
env_comp += "LD=#{opt[:cross]}-gcc "
env_comp += "LDXX=#{opt[:cross]}-g++ "
docker_for_windows "gem update --system --no-document && #{env} #{env_comp} make -j #{out} && #{opt[:cross]}-strip -x -S #{out} && cp #{out} #{opt[:out]}"
end

Loading…
Cancel
Save