mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix compilation catala_web_interpreter
oops I overlooked that one
This commit is contained in:
parent
0e874752c1
commit
b4b6d5d648
@ -17,7 +17,6 @@ let _ =
|
||||
wrap_weaved_output = false;
|
||||
avoid_exceptions = false;
|
||||
backend = "Interpret";
|
||||
plugins_dirs = [];
|
||||
language = Some (Js.to_string language);
|
||||
max_prec_digits = None;
|
||||
trace = false;
|
||||
|
@ -29,7 +29,7 @@ let extensions =
|
||||
|
||||
(** Entry function for the executable. Returns a negative number in case of
|
||||
error. Usage:
|
||||
[driver source_file debug dcalc unstyled wrap_weaved_output backend plugins_dirs language max_prec_digits trace optimize scope_to_execute output_file]*)
|
||||
[driver source_file options]*)
|
||||
let driver source_file (options : Cli.options) : int =
|
||||
try
|
||||
Cli.set_option_globals options;
|
||||
|
Loading…
Reference in New Issue
Block a user