mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
we use "mac" for os-name, not "darwin" (#2001)
This commit is contained in:
@@ -12,6 +12,7 @@ CURRENT_DIR=$(pwd)
|
||||
|
||||
arch="$(uname -m)"
|
||||
os="$(uname -s | tr '[:upper:]' '[:lower:]')"
|
||||
[ "$os" = "darwin" ] && os="mac"
|
||||
|
||||
# Supported variables:
|
||||
# - PHP_VERSION: PHP version to build (default: "8.4")
|
||||
|
||||
Reference in New Issue
Block a user