rusti: Add current working directory to search path
This commit is contained in:
parent
f93b1ff6f6
commit
c97c8131a5
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ fn run(repl: Repl, input: ~str) -> Repl {
|
|||
let options: @session::options = @{
|
||||
crate_type: session::unknown_crate,
|
||||
binary: repl.binary,
|
||||
addl_lib_search_paths: ~[os::getcwd()],
|
||||
.. *session::basic_options()
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue