From: bors Date: Tue, 2 May 2017 18:35:07 +0000 (+0000) Subject: Auto merge of #3951 - alexcrichton:lift-cdylib, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~55 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=de52ccd5356b0ac50286fc42328b40e78cf9c6e9;p=cargo.git Auto merge of #3951 - alexcrichton:lift-cdylib, r=alexcrichton Don't use `-C metadata` cdylibs like we do with dylibs Dylibs don't get any metadata/extra filename info applied to them as "final targets" because it can mess with system-specific information (e.g. on OSX) so this just applies the same logic to cdylibs which need similar treatment on more platforms (like Windows). Closes #3934 --- de52ccd5356b0ac50286fc42328b40e78cf9c6e9