Skip to content

Commit

Permalink
[bugfix] Add -linkpkg to mktop executions in examples/benchmark/myoca…
Browse files Browse the repository at this point in the history
…mlbuild.ml
  • Loading branch information
thelema committed Jul 29, 2011
1 parent 8cfab38 commit 1252460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/benchmark/myocamlbuild.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ struct
(* When one link an OCaml library/binary/package, one should use -linkpkg *)
flag ["ocaml"; "byte"; "link"; "program"] & A"-linkpkg";
flag ["ocaml"; "native"; "link"; "program"] & A"-linkpkg";
flag ["ocaml"; "native"; "link"; "toplevel"] & A"-linkpkg";


(* For each ocamlfind package one inject the -package option when
Expand Down

0 comments on commit 1252460

Please sign in to comment.