Skip to content

Commit

Permalink
Fix build error on windows (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored Sep 4, 2024
1 parent 54f0eaa commit ae9ee9b
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 ae9ee9b

Please sign in to comment.