Skip to content

Commit 02f900b

Browse files
authored
we use "mac" for os-name, not "darwin" (#2001)
1 parent 56df266 commit 02f900b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build-static.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CURRENT_DIR=$(pwd)
1212

1313
arch="$(uname -m)"
1414
os="$(uname -s | tr '[:upper:]' '[:lower:]')"
15+
[ "$os" = "darwin" ] && os="mac"
1516

1617
# Supported variables:
1718
# - PHP_VERSION: PHP version to build (default: "8.4")

0 commit comments

Comments
 (0)