Browse Source

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.
pull/10/head
Fenrir 7 years ago committed by FenrirWolf
parent
commit
1dffa9cc16
  1. 1
      ctru-rs/Cargo.toml
  2. 0
      ctru-sys/build.rs

1
ctru-rs/Cargo.toml

@ -3,7 +3,6 @@ authors = ["Ronald Kinard <furyhunter600@gmail.com>"] @@ -3,7 +3,6 @@ authors = ["Ronald Kinard <furyhunter600@gmail.com>"]
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]

0
ctru-rs/build.rs → ctru-sys/build.rs

Loading…
Cancel
Save