Skip to content

Commit 430f436

Browse files
Update src/SPC/builder/macos/MacOSBuilder.php
Co-authored-by: Marc <[email protected]>
1 parent 93001dc commit 430f436

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SPC/builder/macos/MacOSBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
9898
$this->emitPatchPoint('before-php-configure');
9999
SourcePatcher::patchBeforeConfigure($this);
100100

101-
$phpVersionID = $this->getPHPVersionID();
102101
$json_74 = $this->getPHPVersionID() < 80000 ? '--enable-json ' : '';
103102
$zts = $this->getOption('enable-zts', false) ? '--enable-zts --disable-zend-signals ' : '';
104103

0 commit comments

Comments
 (0)