This commit is contained in:
DubbleClick
2025-06-23 13:12:40 +07:00
parent 7628847a46
commit 864c55feaf
3 changed files with 6 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ class amqp extends Extension
public function getUnixConfigureArg(bool $shared = false): string
{
return '--with-amqp' . ($sh<ared ? '=shared' : '') . ' --with-librabbitmq-dir=' . BUILD_ROOT_PATH;
return '--with-amqp' . ($shared ? '=shared' : '') . ' --with-librabbitmq-dir=' . BUILD_ROOT_PATH;
}
public function getWindowsConfigureArg($shared = false): string