fix extension configure arg for BSD

This commit is contained in:
crazywhalecc 2023-10-15 16:44:56 +08:00
parent f78957eb33
commit 7b25093003
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

View File

@ -46,6 +46,7 @@ class Extension
break;
case 'Darwin':
case 'Linux':
case 'BSD':
$arg .= $this->getUnixConfigureArg();
break;
}