Skip to content

Commit

Permalink
Revert "Explicitly link to unshield library for now"
Browse files Browse the repository at this point in the history
This reverts commit b7e5f91.
  • Loading branch information
redstrate committed Jun 28, 2024
1 parent 6bf7950 commit 2bcbc27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/installer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ struct Unshield {
_private: [u8; 0],
}

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

0 comments on commit 2bcbc27

Please sign in to comment.