Try again.
This commit is contained in:
parent
7eda351a0b
commit
8a2b08f8a1
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user