HomeSort by: relevance | last modified time | path
    Searched refs:brew (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/contrib/ios/
install_tools.sh 4 # brew update hangs, so we try to skip that step.
6 #brew update 1>/dev/null
9 #brew install curl perl 1>/dev/null
10 HOMEBREW_NO_AUTO_UPDATE=1 brew install curl perl 1>/dev/null
  /src/external/apache2/llvm/dist/libcxx/utils/ci/
macos-ci-setup 13 brew install sphinx-doc python3 ninja cmake clang-format buildkite/buildkite/buildkite-agent
15 CFG_DIR="$(brew --prefix)/etc/buildkite-agent"
  /src/external/bsd/tcpdump/dist/cmake/Modules/
FindCRYPTO.cmake 24 # PKG_CONFIG_PATH from "brew --env openssl" and add that
32 find_program(BREW brew)
33 if(BREW)
38 execute_process(COMMAND "${BREW}" "--env" "--plain" "openssl"
45 # brew --env --plain openssl succeeded.
117 if(BREW)
119 # The brew man page lies when it speaks of
120 # $BREW --prefix --installed <formula>
129 execute_process(COMMAND "${BREW}" "--prefix" "--installed" "openssl
    [all...]
  /src/external/bsd/tcpdump/dist/
configure 672 BREW
4495 # Do we have the brew command from Homebrew?
4497 # Extract the first word of "brew", so it can be a program name with args.
4498 set dummy brew; ac_word=$2
4505 case $BREW in
4507 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
4532 BREW=$ac_cv_path_BREW
4533 if test -n "$BREW"; then
4534 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
4535 printf "%s\n" "$BREW" >&6;
    [all...]
  /src/external/bsd/libpcap/dist/
configure 708 BREW
7111 # Do we have the brew command from Homebrew?
7113 # Extract the first word of "brew", so it can be a program name with args.
7114 set dummy brew; ac_word=$2
7121 case $BREW in
7123 ac_cv_path_BREW="$BREW" # Let the user override the test with a path.
7148 BREW=$ac_cv_path_BREW
7149 if test -n "$BREW"; then
7150 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $BREW" >&5
7151 printf "%s\n" "$BREW" >&6;
    [all...]

Completed in 31 milliseconds