mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Fix grpc build error with RPATH
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user