mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix build dir conflict
This commit is contained in:
parent
71f4e45256
commit
e07b281577
@ -24,6 +24,7 @@ trait grpc
|
||||
protected function build(): void
|
||||
{
|
||||
$cmake = UnixCMakeExecutor::create($this)
|
||||
->setBuildDir('fix_BUILD_file_conflict')
|
||||
->addConfigureArgs(
|
||||
'-DgRPC_SSL_PROVIDER=package',
|
||||
'-DgRPC_INSTALL_BINDIR=' . BUILD_BIN_PATH,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user