hide the thumbv* target files

due to how Cargo works, the rustc-cfg in build.rs was picking our target
specifications rather than the one the user meant to use. Placing our
target files in any place other than the root of the Cargo project
avoids the issue.
This commit is contained in:
Jorge Aparicio 2016-10-02 19:05:01 -05:00
parent dd34b80ea0
commit e4997a2026
5 changed files with 2 additions and 0 deletions