Skip to content

Commit

Permalink
add a get_destdir.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenthz committed Mar 25, 2013
1 parent 31eb98e commit f77f0ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions obuild/findlibConf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,5 @@ let load () =
| Some p -> findlib_conf := getConf (fp p)

let get_paths () = (!findlib_conf).conf_path

let get_destdir () = (!findlib_conf).conf_destdir

0 comments on commit f77f0ee

Please sign in to comment.