|
@@ -151,7 +151,7 @@ type context = {
|
|
|
mutable net_std : string list;
|
|
|
net_path_map : (path,string list * string list * string) Hashtbl.t;
|
|
|
mutable javac_args : string list;
|
|
|
- mutable cs_args : string list;
|
|
|
+ mutable csc_args : string list;
|
|
|
mutable js_gen : (unit -> unit) option;
|
|
|
(* typing *)
|
|
|
mutable basic : basic_types;
|
|
@@ -711,7 +711,7 @@ let create v args =
|
|
|
net_std = [];
|
|
|
net_path_map = Hashtbl.create 0;
|
|
|
javac_args = [];
|
|
|
- cs_args = [];
|
|
|
+ csc_args = [];
|
|
|
neko_libs = [];
|
|
|
php_prefix = None;
|
|
|
js_gen = None;
|