Try again.

This commit is contained in:
Kevin Lange 2015-12-15 22:56:44 -08:00
parent 7eda351a0b
commit 8a2b08f8a1
2 changed files with 2 additions and 3 deletions

View File

@ -18,11 +18,10 @@ addons:
- texinfo
- pkg-config
- git
- ctags
cache:
- apt
- directories:
- toolchain/build
- toolchain/local
- hdd/usr/bin
- hdd/usr/i686-pc-toaru
- hdd/usr/include

View File

@ -1,6 +1,6 @@
#!/bin/bash
if [ ! -d "hdd/usr/lib" ]; then
if [ ! -a "toolchain/local/bin/i686-pc-toaru-gcc" ]; then
echo "=== Begin Toolchain Build ==="
pushd toolchain
unset PKG_CONFIG_LIBDIR