Skip to content

Commit 2bcbc27

Browse files
committed
Revert "Explicitly link to unshield library for now"
This reverts commit b7e5f91.
1 parent 6bf7950 commit 2bcbc27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/installer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ struct Unshield {
3737
_private: [u8; 0],
3838
}
3939

40-
#[link(name = "unshield")]
4140
extern "C" {
4241
fn unshield_open(filename: *const c_char) -> *mut Unshield;
4342
fn unshield_close(unshield: *mut Unshield);

0 commit comments

Comments
 (0)