mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix
This commit is contained in:
parent
7bd0aa075c
commit
2d860b30ae
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
(public_name containers)
|
||||
(wrapped false)
|
||||
(modules :standard \ mkshims)
|
||||
(preprocess (action (run ./cpp/cpp.exe %{input-file})))
|
||||
(preprocess (action (run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
|
||||
(flags :standard -warn-error -a+8 -w -32 -safe-string
|
||||
-strict-sequence -nolabels -open CCMonomorphic)
|
||||
(libraries seq either containers.monomorphic))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue