mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
7731a2b908
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
8 lines
221 B
Plaintext
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",
|
|
]
|