tor-browser

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

commit 515a2528067fcd88d17a57bf43d73180bc4f9195
parent f12f72db7961efb038823b3ad206742012450b9e
Author: Beatriz Rizental <bea@torproject.org>
Date:   Thu,  8 Jan 2026 16:34:30 -0300

fixup! BB 44167: Don't build the uninstaller for Windows during Firefox compilation

When building with tests enabled, the current patch was breaking the
generated Makefile. This commit fixes it.

Diffstat:
Mbrowser/Makefile.in | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/browser/Makefile.in b/browser/Makefile.in @@ -7,6 +7,7 @@ include $(topsrcdir)/config/rules.mk ifdef MAKENSISU ifdef ENABLE_TESTS +libs:: $(MAKE) -C installer/windows install_deps endif #ENABLE_TESTS