Files
mercury/extras/base64/Mercury.options
Julien Fischer 77cdaf36d2 Delete references to erlang grade.
extras/base64/Mercury.options:
extras/graphics/mercury_cairo/Mercury.options:
extras/graphics/mercury_glfw/Mercury.options:
extras/posix/Mercury.options:
extras/trail/Mercury.options:
     As above.
2021-01-23 19:46:15 +11:00

10 lines
366 B
Plaintext

# The base64 module (currently) only provides a C implementation of the
# encoder / decoder. Compilation will fail if we attempt to build it
# in a non-C grade.
MCFLAGS += --libgrades-exclude-component java
MCFLAGS += --libgrades-exclude-component csharp
MCFLAGS-mercury_base64 += --no-warn-nothing-exported
MCFLAGS-mercury_base64 += --no-warn-interface-imports