aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-02-15 16:53:50 -0500
committerGavin Andresen <gavinandresen@gmail.com>2013-02-15 19:55:44 -0500
commitefb6d9aae7595ee2c76aa898b94aed53f079390f (patch)
tree3c7600952f484dbfe599757fdd9b8b1adabaf3c3 /contrib
parentfbd860287e6474bd7a61013796541bf2ea72d5cd (diff)
downloadbitcoin-efb6d9aae7595ee2c76aa898b94aed53f079390f.tar.xz
Minor build fixes
Two changes: make some linux-specific linker options linux and linker specific. And in the cross-compile environment, prefer the $HOME/qt/bin tools to whatever might be somewhere else in the path.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gitian-descriptors/gitian-win32.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gitian-descriptors/gitian-win32.yml b/contrib/gitian-descriptors/gitian-win32.yml
index 4860a15997..fd3b55325a 100644
--- a/contrib/gitian-descriptors/gitian-win32.yml
+++ b/contrib/gitian-descriptors/gitian-win32.yml
@@ -24,7 +24,7 @@ script: |
cd $HOME/qt
unzip ../build/qt-win32-4.8.3-gitian-r1.zip
cd $HOME/build/
- export PATH=$PATH:$HOME/qt/bin/
+ export PATH=$HOME/qt/bin/:$PATH
#
mkdir boost_1_50_0
cd boost_1_50_0