]> Witch of Git - ivy/commit
Require ivy_rt.a to be on the library path
authorCassie Jones <code@witchoflight.com>
Tue, 3 Mar 2020 01:29:48 +0000 (02:29 +0100)
committerCassie Jones <code@witchoflight.com>
Tue, 3 Mar 2020 01:29:48 +0000 (02:29 +0100)
commit19613a652ed593156ffb9f8bb171a099e44e1f7c
tree1f486ba4b60b7a288139ce01912eea8867fe2420
parentc718181cdac4196288d034d737a8ed545ddf2c20
Require ivy_rt.a to be on the library path

Currently the compiler would only work correctly when run from the
current directory. It's not useful to have it required, so making the
library named something more distinct and requiring it be on the path is
a more scalable option.
rt/Cargo.toml
src/main.rs