Reenable goblin

This commit is contained in:
Jeremy Soller 2016-11-14 10:46:32 -07:00
parent fa6f976fc5
commit 3a24938387

View file

@ -12,6 +12,11 @@ bitflags = "*"
spin = "*"
redox_syscall = { path = "syscall/" }
[dependencies.goblin]
git = "https://github.com/redox-os/goblin.git"
default-features = false
features = ["elf32", "elf64"]
[dev-dependencies]
arch_test = { path = "arch/test" }
@ -21,11 +26,6 @@ arch_arm = { path = "arch/arm" }
[target.'cfg(target_arch = "x86_64")'.dependencies]
arch_x86_64 = { path = "arch/x86_64" }
[target.'cfg(not(test))'.dependencies.goblin]
git = "https://github.com/redox-os/goblin.git"
default-features = false
features = ["elf32", "elf64"]
[profile.dev]
panic = "unwind"