ocamlX_flags --> ocamlX_cflags

This commit is contained in:
Jeremie Dimino 2018-03-14 12:02:56 +00:00
parent 521a36dcef
commit 3b1bef8b9c
1 changed files with 2 additions and 2 deletions

View File

@ -292,8 +292,8 @@ let make vars =
| Some { prog; args } -> (* >= 4.06 *)
let get_flags var = args @ get_words vars var in
(prog,
get_flags "ocamlc_flags",
get_flags "ocamlopt_flags")
get_flags "ocamlc_cflags",
get_flags "ocamlopt_cflags")
| None ->
(bytecomp_c_compiler.prog,
bytecomp_c_compiler.args,