mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Fix grpc build error with RPATH
This commit is contained in:
parent
0719c45a29
commit
f6a9dac504
@ -48,6 +48,7 @@ class grpc
|
||||
'-DgRPC_ZLIB_PROVIDER=package',
|
||||
'-DgRPC_CARES_PROVIDER=package',
|
||||
'-DgRPC_SSL_PROVIDER=package',
|
||||
'-DCMAKE_SKIP_INSTALL_RPATH=ON',
|
||||
);
|
||||
|
||||
if (PHP_OS_FAMILY === 'Linux' && $toolchain->isStatic() && !LinuxUtil::isMuslDist()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user