From 1dffa9cc165cb12b67370cb27387cf9ca502c6ea Mon Sep 17 00:00:00 2001 From: Fenrir Date: Sun, 11 Feb 2018 02:33:17 -0700 Subject: [PATCH] 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. --- ctru-rs/Cargo.toml | 1 - {ctru-rs => ctru-sys}/build.rs | 0 2 files changed, 1 deletion(-) rename {ctru-rs => ctru-sys}/build.rs (100%) 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 "] 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 similarity index 100% rename from ctru-rs/build.rs rename to ctru-sys/build.rs