mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
add different build dir in again
This commit is contained in:
parent
307d3dda20
commit
22552262b3
@ -24,6 +24,7 @@ trait grpc
|
||||
protected function build(): void
|
||||
{
|
||||
$cmake = UnixCMakeExecutor::create($this)
|
||||
->setBuildDir("{$this->source_dir}/avoid_BUILD_file_conflict")
|
||||
->addConfigureArgs(
|
||||
'-DgRPC_SSL_PROVIDER=package',
|
||||
'-DgRPC_INSTALL_BINDIR=' . BUILD_BIN_PATH,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user