diff options
Diffstat (limited to 'ocamlbuild/options.ml')
-rw-r--r-- | ocamlbuild/options.ml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ocamlbuild/options.ml b/ocamlbuild/options.ml index 4c9d45c09c..78cee63734 100644 --- a/ocamlbuild/options.ml +++ b/ocamlbuild/options.ml @@ -98,10 +98,10 @@ let program_to_execute = ref false let must_clean = ref false let show_documentation = ref false let recursive = ref false -let ext_lib = ref Ocamlbuild_Myocamlbuild_config.a -let ext_obj = ref Ocamlbuild_Myocamlbuild_config.o -let ext_dll = ref Ocamlbuild_Myocamlbuild_config.so -let exe = ref Ocamlbuild_Myocamlbuild_config.exe +let ext_lib = ref Ocamlbuild_config.a +let ext_obj = ref Ocamlbuild_config.o +let ext_dll = ref Ocamlbuild_config.so +let exe = ref Ocamlbuild_config.exe let targets_internal = ref [] let ocaml_libs_internal = ref [] |