aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFenrir <[email protected]>2018-02-11 02:33:17 -0700
committerFenrirWolf <[email protected]>2018-02-11 03:10:13 -0700
commit1dffa9cc165cb12b67370cb27387cf9ca502c6ea (patch)
tree694be68a2e69fe7911df6941e399d99615d4dff3
parentWe aren't linux (diff)
downloadarchived-ctru-rs-1dffa9cc165cb12b67370cb27387cf9ca502c6ea.tar.xz
archived-ctru-rs-1dffa9cc165cb12b67370cb27387cf9ca502c6ea.zip
Link libctru in ctru-sys
Allows debug builds to compile without throwing out random linker errors. Plus it probably should have been this way the whole time anyway.
-rw-r--r--ctru-rs/Cargo.toml1
-rw-r--r--ctru-sys/build.rs (renamed from ctru-rs/build.rs)0
2 files changed, 0 insertions, 1 deletions
diff --git a/ctru-rs/Cargo.toml b/ctru-rs/Cargo.toml
index c597f4a..f93902c 100644
--- a/ctru-rs/Cargo.toml
+++ b/ctru-rs/Cargo.toml
@@ -3,7 +3,6 @@ authors = ["Ronald Kinard <[email protected]>"]
description = "A safe wrapper around smealum's ctrulib."
license = "https://en.wikipedia.org/wiki/Zlib_License"
name = "ctru-rs"
-links = "ctru"
version = "0.7.0"
[lib]
diff --git a/ctru-rs/build.rs b/ctru-sys/build.rs
index cded1d0..cded1d0 100644
--- a/ctru-rs/build.rs
+++ b/ctru-sys/build.rs