mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-10 10:52:31 -05:00
Check for OSX SDK
This commit is contained in:
parent
eda4cfb992
commit
498d8dadbf
1 changed files with 7 additions and 0 deletions
|
@ -166,6 +166,13 @@ then
|
||||||
sudo ifconfig lxcbr0 up 10.0.2.2
|
sudo ifconfig lxcbr0 up 10.0.2.2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Check for OSX SDK
|
||||||
|
if [[ ! -e "gitian-builder/inputs/MacOSX10.11.sdk.tar.gz" && $osx == true ]]
|
||||||
|
then
|
||||||
|
echo "Cannot build for OSX, SDK does not exist. Will build for other OSes"
|
||||||
|
osx=false
|
||||||
|
fi
|
||||||
|
|
||||||
# Get signer
|
# Get signer
|
||||||
if [[ -n"$1" ]]
|
if [[ -n"$1" ]]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue