We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de89d2 commit ab9ed85Copy full SHA for ab9ed85
config/ext.json
@@ -450,7 +450,6 @@
450
"support": {
451
"Windows": "wip"
452
},
453
- "arg-type": "enable",
454
"source": "opentelemetry",
455
"unix-only": true,
456
"ext-suggests": [
src/SPC/builder/extension/opentelemetry.php
@@ -38,6 +38,6 @@ public function patchBeforeMake(): bool
38
39
public function getUnixConfigureArg(): string
40
{
41
- return '--enable-opentelemetry=' . BUILD_ROOT_PATH . '/opentelemetry GRPC_LIB_SUBDIR=' . BUILD_LIB_PATH;
+ return '--enable-opentelemetry=' . BUILD_ROOT_PATH . '/opentelemetry';
42
}
43
0 commit comments