Skip to content

Commit 93001dc

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/macos/MacOSBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public function buildPHP(int $build_target = BUILD_TARGET_NONE): void
9999
SourcePatcher::patchBeforeConfigure($this);
100100

101101
$phpVersionID = $this->getPHPVersionID();
102-
$json_74 = $phpVersionID < 80000 ? '--enable-json ' : '';
102+
$json_74 = $this->getPHPVersionID() < 80000 ? '--enable-json ' : '';
103103
$zts = $this->getOption('enable-zts', false) ? '--enable-zts --disable-zend-signals ' : '';
104104

105105
$opcache_jit = !$this->getOption('disable-opcache-jit', false);

0 commit comments

Comments
 (0)