fish: use CMAKE_PREFIX_PATH instead of Qt5_DIR

master
Alison Watson 2019-07-03 16:17:29 -04:00
parent 356a52acef
commit 9cd09a81c2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ switch (uname)
set -x CC clang set -x CC clang
set -x CXX clang++ set -x CXX clang++
case Darwin case Darwin
set -x Qt5_DIR /usr/local/opt/qt/ set -x CMAKE_PREFIX_PATH /usr/local/opt/qt/
set -x DISTCC_HOSTS "192.168.1.2,cpp" set -x DISTCC_HOSTS "192.168.1.2,cpp"
end end