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