fix travis-ci for osx (5)

This commit is contained in:
bebbo 2019-06-15 10:43:22 +02:00
parent ee1e8f1c9f
commit 6ab5b7e0f2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ script:
then
export CC=gcc-8;
export CXX=g++-8;
(gmake -j3 all &); while [ ! -f $(realpath build-Darwin/gcc/_libgcc_done) ]; do date; sleep 60; done;
(gmake -j3 all &); while [ ! -f $(realpath build-Darwin)/gcc/_libgcc_done ]; do date; sleep 60; done;
else
make all -j3;
fi