v1 maintenance release

This commit is contained in:
Shivam Mathur
2020-02-17 03:46:26 +05:30
parent d9cf6f5ad6
commit 3579c7ef28
11 changed files with 164 additions and 163 deletions

View File

@ -49,15 +49,14 @@ export async function addExtensionDarwin(
pipe;
break;
case /^7\.[0-3]phalcon3$|^7\.[2-4]phalcon4$/.test(version_extension):
install_command =
script +=
'sh ' +
path.join(__dirname, '../src/scripts/ext/phalcon_darwin.sh') +
' ' +
extension +
' ' +
version +
pipe;
break;
version;
return;
default:
install_command = 'sudo pecl install -f ' + extension + pipe;
break;