mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -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)
|
(public_name containers)
|
||||||
(wrapped false)
|
(wrapped false)
|
||||||
(modules :standard \ mkshims)
|
(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
|
(flags :standard -warn-error -a+8 -w -32 -safe-string
|
||||||
-strict-sequence -nolabels -open CCMonomorphic)
|
-strict-sequence -nolabels -open CCMonomorphic)
|
||||||
(libraries seq either containers.monomorphic))
|
(libraries seq either containers.monomorphic))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue