mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-22 00:05:37 +08:00
cleanup build args
This commit is contained in:
@@ -450,7 +450,6 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"Windows": "wip"
|
"Windows": "wip"
|
||||||
},
|
},
|
||||||
"arg-type": "enable",
|
|
||||||
"source": "opentelemetry",
|
"source": "opentelemetry",
|
||||||
"unix-only": true,
|
"unix-only": true,
|
||||||
"ext-suggests": [
|
"ext-suggests": [
|
||||||
|
|||||||
@@ -38,6 +38,6 @@ class opentelemetry extends Extension
|
|||||||
|
|
||||||
public function getUnixConfigureArg(): string
|
public function getUnixConfigureArg(): string
|
||||||
{
|
{
|
||||||
return '--enable-opentelemetry=' . BUILD_ROOT_PATH . '/opentelemetry GRPC_LIB_SUBDIR=' . BUILD_LIB_PATH;
|
return '--enable-opentelemetry=' . BUILD_ROOT_PATH . '/opentelemetry';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user