mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -05:00
fib: remove preprocessor
This commit is contained in:
parent
f8d5c564de
commit
f6ad345f31
1 changed files with 1 additions and 7 deletions
|
|
@ -3,10 +3,4 @@
|
|||
(public_name moonpool.fib)
|
||||
(synopsis "Fibers and structured concurrency for Moonpool")
|
||||
(libraries moonpool picos)
|
||||
(enabled_if
|
||||
(>= %{ocaml_version} 5.0))
|
||||
(flags :standard -open Moonpool_private -open Moonpool)
|
||||
(optional)
|
||||
(preprocess
|
||||
(action
|
||||
(run %{project_root}/src/cpp/cpp.exe %{input-file}))))
|
||||
(flags :standard -open Moonpool_private -open Moonpool))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue