tor-browser

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

commit f12f72db7961efb038823b3ad206742012450b9e
parent a0ccf155b8de6d01181562aa07b01332fccfa1a7
Author: Sukhbir Singh <sukhbir@torproject.org>
Date:   Tue, 12 Jun 2018 21:58:24 -0400

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

Diffstat:
Mbrowser/Makefile.in | 4----
Mbrowser/installer/Makefile.in | 4----
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/browser/Makefile.in b/browser/Makefile.in @@ -6,10 +6,6 @@ include $(topsrcdir)/config/rules.mk ifdef MAKENSISU -# For Windows build the uninstaller during the application build since the -# uninstaller is included with the application for mar file generation. -libs:: - $(MAKE) -C installer/windows uninstaller ifdef ENABLE_TESTS $(MAKE) -C installer/windows install_deps endif #ENABLE_TESTS diff --git a/browser/installer/Makefile.in b/browser/installer/Makefile.in @@ -86,10 +86,6 @@ ifdef NECKO_WIFI DEFINES += -DNECKO_WIFI endif -ifdef MAKENSISU -DEFINES += -DHAVE_MAKENSISU=1 -endif - ifdef MOZ_DEFAULT_BROWSER_AGENT DEFINES += -DMOZ_DEFAULT_BROWSER_AGENT=1 endif