summaryrefslogtreecommitdiff
path: root/dist/gdb
diff options
context:
space:
mode:
authorDavid Schulz <david.schulz@digia.com>2013-10-31 14:17:13 +0100
committerOrgad Shaneh <orgads@gmail.com>2013-10-31 15:26:48 +0100
commit296eee6dc682d165040ae2f273b90afcf388b93b (patch)
treee9b7e490f21c7bc34d504e507ea079100d50460d /dist/gdb
parent6da16dc8248fd92b65e83cef235e5205d70e4642 (diff)
downloadqt-creator-296eee6dc682d165040ae2f273b90afcf388b93b.tar.gz
gdb: Adjust path to python artifacts in build script.
Change-Id: I2d08d66d0f91a448e2a575387f34baaa8f91b560 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'dist/gdb')
-rw-r--r--dist/gdb/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/gdb/Makefile.mingw b/dist/gdb/Makefile.mingw
index af2fcb83af..cfa2e8e6d6 100644
--- a/dist/gdb/Makefile.mingw
+++ b/dist/gdb/Makefile.mingw
@@ -36,7 +36,7 @@ checkunzip:
${source}/python.zip: | makesourcedir checkwget
cd ${source} && \
echo "Downloading python..." && \
- wget -q http://releases.qt-project.org/gdb/build-prerequisites/python.zip && \
+ wget -q http://download.qt-project.org/development_releases/prebuilt/gdb/build-prerequisites/python.zip && \
touch python.zip
${broot}/python/python.exe: ${source}/python.zip | checkunzip