Skip to content

Commit

Permalink
Fix build error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Sep 4, 2024
1 parent 54f0eaa commit c6d9e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/c/dune
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,12 @@ let () = Jbuild_plugin.V1.send @@ {|
if [ '%{ocaml-config:ccomp_type}' = 'msvc' ]; then \
%{cc} %{c} \
-I '%{lib:ctypes:.}' \
-I %{ocaml_where} \
-I '%{ocaml_where}' \
|}^ i_option ^{| /Fe\"%{targets}\"; \
else \
%{cc} %{c} \
-I '%{lib:ctypes:.}' \
-I %{ocaml_where} \
-I '%{ocaml_where}' \
|}^ i_option ^{| -o %{targets}; \
fi")))

Expand Down

0 comments on commit c6d9e01

Please sign in to comment.