diff --git a/scripts/fish/os.fish b/scripts/fish/os.fish index e1e7d57..8684bb6 100644 --- a/scripts/fish/os.fish +++ b/scripts/fish/os.fish @@ -4,6 +4,7 @@ switch (uname) set -x CXX clang++ case Darwin set -x Qt5_DIR /usr/local/opt/qt/ + set -x DISTCC_HOSTS "192.168.1.2,cpp" end ## EOF