You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command line for that is cppo -D 'VAL 1'. If I remember correctly, it was simpler to implement that way so I didn't bother supporting the usual cpp syntax. In hindsight it was a bad decision.
Try to fix bug 704146, thanks to mgorny for reporting.
The problem appears to be caused by some change in quoting behaviour
of ocamlfind, ocamlc, bash, make or cppo. The quoting insanity is
caused by cppo requiring defines on the command line to use quoted
spaces, single quotes and double quotes:
ocaml-community/cppo#22
Bug: https://bugs.gentoo.org/show_bug.cgi?id=704146
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <[email protected]>
I must be missing something but
cppo -D VAL=1 test.ml
doesn't work:is expanded into
The text was updated successfully, but these errors were encountered: