fish: use DISTCC_HOSTS

master
Alison Watson 2019-06-29 15:48:07 -04:00
parent d451cbd26f
commit 5a170cfb25
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ switch (uname)
set -x CXX clang++ set -x CXX clang++
case Darwin case Darwin
set -x Qt5_DIR /usr/local/opt/qt/ set -x Qt5_DIR /usr/local/opt/qt/
set -x DISTCC_HOSTS "192.168.1.2,cpp"
end end
## EOF ## EOF