This commit is contained in:
Simon Cruanes 2022-02-16 22:45:10 -05:00
parent 7bd0aa075c
commit 2d860b30ae
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -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))