mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
fix extension configure arg for BSD
This commit is contained in:
parent
39fe6fa081
commit
b3cc360eeb
@ -46,6 +46,7 @@ class Extension
|
|||||||
break;
|
break;
|
||||||
case 'Darwin':
|
case 'Darwin':
|
||||||
case 'Linux':
|
case 'Linux':
|
||||||
|
case 'BSD':
|
||||||
$arg .= $this->getUnixConfigureArg();
|
$arg .= $this->getUnixConfigureArg();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user