tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

moz.build (221B)


      1 if CONFIG["COMPILE_ENVIRONMENT"]:
      2     CbindgenHeader(
      3         "unicode_bidi_ffi_generated.h", inputs=["/intl/bidi/rust/unicode-bidi-ffi"]
      4     )
      5     EXPORTS.mozilla.intl += [
      6         "!unicode_bidi_ffi_generated.h",
      7     ]