fix extension configure arg for BSD

This commit is contained in:
crazywhalecc 2023-10-15 16:44:56 +08:00 committed by Jerry Ma
parent 39fe6fa081
commit b3cc360eeb

View File

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