gecko-dev/intl/bidi/moz.build
Jonathan Kew 7731a2b908 Bug 1824671 - patch 2 - Create a minimal unicode-bidi-ffi crate to expose APIs needed by the intl::Bidi component. r=platform-i18n-reviewers,dminor
Rather than Diplomat-generated, this is hand-written to provide just the functionality needed in intl::Bidi,
to minimize the amount of glue code and ensure a close match to Gecko requirements.

Differential Revision: https://phabricator.services.mozilla.com/D197889
2024-02-06 11:41:09 +00:00

8 lines
221 B
Plaintext

if CONFIG["COMPILE_ENVIRONMENT"]:
CbindgenHeader(
"unicode_bidi_ffi_generated.h", inputs=["/intl/bidi/rust/unicode-bidi-ffi"]
)
EXPORTS.mozilla.intl += [
"!unicode_bidi_ffi_generated.h",
]