We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cbed9e commit 4d4fe82Copy full SHA for 4d4fe82
1 file changed
src/build_targets.rs
@@ -343,7 +343,7 @@ mod test {
343
344
let expected = FileNames {
345
static_lib: PathBuf::from("/foo/bar/libferris.a"),
346
- shared_lib: PathBuf::from("/foo/bar/ferris.dll"),
+ shared_lib: PathBuf::from("/foo/bar/cygferris.dll"),
347
impl_lib: Some(PathBuf::from("/foo/bar/libferris.dll.a")),
348
debug_info: None,
349
def: Some(PathBuf::from("/foo/bar/ferris.def")),
0 commit comments