Skip to content

Commit 6ac5250

Browse files
authored
Merge pull request #3 from emillon/fix-dune-3.6
Fix build with dune 3.6
2 parents 3158825 + 87426fa commit 6ac5250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(vendored
1313
; hack: multiple -I directives to work around cc commands being run from
1414
; different relative directories. Is there a cleaner way to do this?
15-
(c_flags ("-Ilib" "-I."))))
15+
(c_flags :standard "-Ilib" "-I.")))
1616
(headers (include "hdr_histogram.h"))
1717
(type_description
1818
(instance Type)

0 commit comments

Comments
 (0)