update setup.ml for oasis 0.3.0
Ignore-this: a79b0ec45230eccb28c325ebaa1a2108 darcs-hash:20120425060514-c41ad-ec2ab331511c791e0c0e9418a04b66a2e8ba93bb
This commit is contained in:
parent
d74d29278d
commit
6d1b1a259f
11
setup.ml
11
setup.ml
|
@ -8,13 +8,10 @@
|
|||
*)
|
||||
|
||||
(* OASIS_START *)
|
||||
|
||||
let () =
|
||||
let command = Printf.sprintf "oasis setup-dev -run %s %s" Sys.executable_name (String.concat " " (Array.to_list Sys.argv)) in
|
||||
Printf.eprintf "I: Running command '%s'\n%!" command;
|
||||
exit (Sys.command command)
|
||||
;;
|
||||
|
||||
(* DO NOT EDIT (digest: 7f47a529f70709161149c201ccd90f0b) *)
|
||||
#use "topfind";;
|
||||
#require "oasis.dynrun";;
|
||||
open OASISDynRun;;
|
||||
(* OASIS_STOP *)
|
||||
|
||||
let search_compiler_libs () =
|
||||
|
|
Loading…
Reference in New Issue