mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Remove comment about osx-sysroot [nomail] [skip ci]
This commit is contained in:
parent
903fbbc5d6
commit
b18a2aafa3
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# If we're on macOS, use --osx-sysroot to ensure we can find the SDKs from Xcode. This avoids
|
|
||||||
# some problems with Catalina specifically, but it doesn't break anything on Big Sur either.
|
|
||||||
if [[ "${CIRRUS_OS}" == "darwin" ]]; then
|
if [[ "${CIRRUS_OS}" == "darwin" ]]; then
|
||||||
# Starting with Monterey & Xcode 13.1 we need to help it find OpenSSL
|
# Starting with Monterey & Xcode 13.1 we need to help it find OpenSSL
|
||||||
if [ -d /usr/local/opt/openssl@1.1/lib/pkgconfig ]; then
|
if [ -d /usr/local/opt/openssl@1.1/lib/pkgconfig ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue