remove public link to osxcross
since tarball contains licensed under xcode eula OSX SDK
This commit is contained in:
parent
8b28356ec1
commit
e61bd304a7
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ compiler:
|
|||
before_script:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y g++-multilib libc6-dev-i386 clang-3.4 llvm-dev
|
||||
- sudo wget http://yapb.jeefo.net/ci/osxcross/osxcross.tar.gz -O /tmp/osxcross.tgz
|
||||
- sudo wget $OSX_CROSS_TOOL -O /tmp/osxcross.tgz
|
||||
- sudo mkdir -p /tmp/osxcross/target
|
||||
- sudo tar xzf /tmp/osxcross.tgz -C /tmp/osxcross/target/
|
||||
- export PATH=$PATH:/tmp/osxcross/target/bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue