Skip to content

Commit ab9ed85

Browse files
committed
cleanup build args
1 parent 0de89d2 commit ab9ed85

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/ext.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@
450450
"support": {
451451
"Windows": "wip"
452452
},
453-
"arg-type": "enable",
454453
"source": "opentelemetry",
455454
"unix-only": true,
456455
"ext-suggests": [

src/SPC/builder/extension/opentelemetry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public function patchBeforeMake(): bool
3838

3939
public function getUnixConfigureArg(): string
4040
{
41-
return '--enable-opentelemetry=' . BUILD_ROOT_PATH . '/opentelemetry GRPC_LIB_SUBDIR=' . BUILD_LIB_PATH;
41+
return '--enable-opentelemetry=' . BUILD_ROOT_PATH . '/opentelemetry';
4242
}
4343
}

0 commit comments

Comments
 (0)