cleanup build args

This commit is contained in:
Alexander Over
2025-01-29 08:44:21 +01:00
parent 0de89d238f
commit ab9ed85289
2 changed files with 1 additions and 2 deletions

View File

@@ -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": [

View File

@@ -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';
} }
} }