Skip to content

Commit

Permalink
Sill try to fix build on Windows (#96).
Browse files Browse the repository at this point in the history
  • Loading branch information
dbuenzli committed Oct 16, 2024
1 parent 44bce9b commit 1fb1249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myocamlbuild.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let lib_with_clib ~lib ~clib ~has_lib ~src_dir ~stublib =
let link_stub_archive = strf "link_%s_archive" stublib in
let stub_ar = ar (strf "%s/lib%s" src_dir stublib) in
let static_stub_l = match !Ocamlbuild_plugin.Options.ext_lib with
| "lib" (* Windows *) -> A (strf "%s.lib" stublib)
| "lib" (* Windows *) -> A (strf "lib%s.lib" stublib)
| _ -> A (strf "-l%s" stublib)
in
let dynamic_stub_l = match !Ocamlbuild_plugin.Options.ext_lib with
Expand Down

0 comments on commit 1fb1249

Please sign in to comment.