Commit 3b120502 authored by brizental's avatar brizental
Browse files

fixup! BB 43564: Modify ./mach bootstrap for Base Browser

parent c432145c
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ option(
    nargs=1,
    default=None,
    help="Path to location of fonts directory.",
    when=is_desktop_build,
)


@@ -63,8 +64,11 @@ option(
    mozbuild_state_path,
    bootstrap_path(
        "fonts",
        when=depends("--with-tor-browser-fonts")(lambda x: not x) & is_desktop_build,
        when=depends("--with-tor-browser-fonts", when=is_desktop_build)(
            lambda x: not x
        ),
    ),
    when=is_desktop_build,
)
@checking("for tor-browser fonts directory")
@imports(_from="pathlib", _import="Path")