Loading build/moz.configure/basebrowser-resources.configure +5 −1 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ option( nargs=1, default=None, help="Path to location of fonts directory.", when=is_desktop_build, ) Loading @@ -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") Loading Loading
build/moz.configure/basebrowser-resources.configure +5 −1 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ option( nargs=1, default=None, help="Path to location of fonts directory.", when=is_desktop_build, ) Loading @@ -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") Loading