We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17529b7 commit 6a8512fCopy full SHA for 6a8512f
tools/travis.build.sh
@@ -13,7 +13,7 @@ if [[ ${TRAVIS_OS_NAME} == "linux" ]]; then
13
export CMAKE_PREFIX_PATH=${DEPENDENCY_INSTALL_PATH}
14
elif [[ ${TRAVIS_OS_NAME} == "osx" ]]; then
15
# Ask cmake to search in all homebrew packages
16
- export CMAKE_PREFIX_PATH=$(echo /usr/local/Cellar/*/* | sed 's/ /;/g')
+ export CMAKE_PREFIX_PATH=$(echo /usr/local/Cellar/${DEPENDENCY_MODE}/* | sed 's/ /;/g')
17
fi
18
19
# Build avTranscoder
0 commit comments