File tree Expand file tree Collapse file tree 14 files changed +14
-0
lines changed Expand file tree Collapse file tree 14 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ authors: [
1414 "Alex Rozenman"
1515 "Paul Eggert"
1616]
17+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
1718build: [
1819 ["bison" "--version"] {os-family != "homebrew"}
1920 ["sh" "-c" "\"$(brew --prefix bison)/bin/bison\" --version"] {os-family = "homebrew"}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ homepage: "https://github.com/westes/flex"
44bug-reports: "https://github.com/westes/flex/issues"
55license: "https://github.com/westes/flex/blob/master/COPYING"
66authors: "The Flex Project"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["flex" "--version"] {os-family != "homebrew"}
910 ["sh" "-c" "\"$(brew --prefix flex)/bin/flex\" --version"] {os-family = "homebrew"}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["bash" "-ex" "configure.sh" version]
910]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["bash" "-ex" "configure.sh" version]
910]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["bash" "-ex" "configure.sh" version]
910]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["bash" "-ex" "configure.sh" version]
910]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["bash" "-ex" "configure.sh" version]
910]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["bash" "-ex" "configure.sh" version]
910]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: "The LLVM team"
44homepage: "http://llvm.org"
55bug-reports: "https://llvm.org/bugs/"
66license: "MIT"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["bash" "-ex" "configure.sh" version]
910]
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ authors: ["The OpenSSL Project"]
44bug-reports: "https://github.com/ocaml/opam-repository/issues"
55homepage: "https://www.openssl.org/"
66license: "Apache-1.0"
7+ build-env: [HOMEBREW_NO_INSTALL_FROM_API = "1"]
78build: [
89 ["pkg-config" "openssl"]
910 {os != "macos" & os != "freebsd" & os != "openbsd" & os != "netbsd"}
You can’t perform that action at this time.
0 commit comments