mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Check for OSX SDK
This commit is contained in:
parent
eda4cfb992
commit
498d8dadbf
@ -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…
Reference in New Issue
Block a user