[tor-commits] [torbrowser/maint-2.2] Win: Make sure to call FF's build target
sebastian at torproject.org
sebastian at torproject.org
Fri May 25 11:57:20 UTC 2012
commit 7aeb874443ff23ffc0254dad488f42da78678273
Author: Sebastian Hahn <sebastian at torproject.org>
Date: Fri May 25 13:56:29 2012 +0200
Win: Make sure to call FF's build target
---
src/current-patches/mozilla-build/start-msvc.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/current-patches/mozilla-build/start-msvc.patch b/src/current-patches/mozilla-build/start-msvc.patch
index 10283f2..94b31fa 100644
--- a/src/current-patches/mozilla-build/start-msvc.patch
+++ b/src/current-patches/mozilla-build/start-msvc.patch
@@ -17,5 +17,5 @@
+if "%1"=="" (
+ start /d "%USERPROFILE%" "" "%MOZILLABUILD%"\msys\bin\bash --login -i"
+) else (
-+ cd "%USERPROFILE%" && "%MOZILLABUILD%"\msys\bin\bash --login -i -c "cd "%1" && "%2" "%3" -f client.mk package"
++ cd "%USERPROFILE%" && "%MOZILLABUILD%"\msys\bin\bash --login -i -c "cd "%1" && "%2" "%3" -f client.mk build package"
+)
More information about the tor-commits
mailing list