[tor-commits] [torbrowser/master] Move mingw location to the internal path, so that we are not dependant on the install locations.
erinn at torproject.org
erinn at torproject.org
Tue Jun 5 18:55:37 UTC 2012
commit 360cb483036ab6ea0728f83f897e546f5bcbafaf
Author: Shondoit Walker <shondoit at gmail.com>
Date: Sat May 5 00:13:49 2012 +0200
Move mingw location to the internal path, so that we are not dependant on the install locations.
---
build-scripts/windows.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk
index 0a80f91..ecefc3e 100644
--- a/build-scripts/windows.mk
+++ b/build-scripts/windows.mk
@@ -17,7 +17,7 @@ BUILD_NUM=1
PLATFORM=Windows
## Location of required libraries
-MING=/c/MinGW/bin
+MING=/mingw/bin
QT_LIB=/c/Qt/$(QT_VER)/bin
OPENSSL_LIB=$(COMPILED_BINS)
WIX_LIB="/c/Program Files (x86)/Windows Installer XML v3.5/bin"
More information about the tor-commits
mailing list