macOS: use GCC 10 for building, since GCC 9 is no longer in Homebrew

time-shift
Sébastien Villemot 2020-09-01 14:39:17 +02:00
parent f31aefccf6
commit 7738ea0a25
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ set -ex
ROOTDIR=$(pwd)/..
# Set the compilers
CC=gcc-9
CXX=g++-9
CC=gcc-10
CXX=g++-10
# Set the number of threads
NTHREADS=$(nproc)

@ -1 +1 @@
Subproject commit c6ad212c8a068f68b12b161b7d0301c3ef1619a9
Subproject commit 64ebb3629080fa7f8542f6805478911d1fae15f2