diff options
| author | Fenrir <[email protected]> | 2017-06-06 15:20:26 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-10 11:30:57 -0600 |
| commit | 0f919b248f78d49489039703da4446afea81aae2 (patch) | |
| tree | 81ccd4e27488a8bf89cad1d4c838dfb6c0cdd8bd /ctru-sys/Cargo.toml | |
| parent | Use bindgen for ctru_sys bindings (diff) | |
| download | ctru-rs-0f919b248f78d49489039703da4446afea81aae2.tar.xz ctru-rs-0f919b248f78d49489039703da4446afea81aae2.zip | |
Handle linking in ctru-rs build script
Diffstat (limited to 'ctru-sys/Cargo.toml')
| -rw-r--r-- | ctru-sys/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml index b78e6b7..6dc1201 100644 --- a/ctru-sys/Cargo.toml +++ b/ctru-sys/Cargo.toml @@ -3,7 +3,6 @@ name = "ctru-sys" version = "0.4.0" authors = ["Ronald Kinard <[email protected]>"] license = "https://en.wikipedia.org/wiki/Zlib_License" -links = "ctru" [dependencies.libc] version = "0.2" |