]> git.proxmox.com Git - cargo.git/commit
Add implib to the stamp files
authorHugo Beauzée-Luyssen <hugo@beauzee.fr>
Wed, 17 Apr 2019 13:49:07 +0000 (15:49 +0200)
committerEric Huss <eric@huss.org>
Tue, 21 Apr 2020 17:29:11 +0000 (10:29 -0700)
commit68c22a16bcfdfa9a7e5d1936fb24a37beba9a381
treee6fb190c6a2c0a8232a3caa75b566c4e0bd86c42
parent97d39aeaac7e0ec2f09c3a03909b2f2c68d970f5
Add implib to the stamp files

This was already done when targetting msvc, but it needs to be done for
all targets to allow rustc to link with shared libraries when using llvm
-l<dllname> is only supported by gcc, while llvm needs an import library
to link indirectly with a dll
src/cargo/core/compiler/build_context/target_info.rs