Skip to content

Commit

Permalink
windows: fixed jit compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunch233 authored Jan 16, 2025
1 parent 56cec11 commit 867b09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows-compile-vs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ if ($PHP_DEBUG_BUILD -eq 0) {
}

if ($env:PHP_JIT_SUPPORT -eq 1) {
$PHP_JIT_ENABLE_ARG="yes"
$PHP_JIT_ENABLE_ARG="on"
pm-echo "Compiling JIT support in OPcache (unstable)"
}

Expand Down Expand Up @@ -634,4 +634,4 @@ pm-echo "Xdebug is included, but disabled by default. To enable it, change 'xdeb

pm-echo "NOTE: You may need to install VC++ Redistributable for the binaries to work. Download it here: https://aka.ms/vs/16/release/vc_redist.x64.exe"
pm-echo "PHP binary files installed in $outpath\bin"
pm-echo "If the binary doesn't work, please report an issue at https://github.com/pmmp/PHP-Binaries and attach the `"compile.log`" file"
pm-echo "If the binary doesn't work, please report an issue at https://github.com/pmmp/PHP-Binaries and attach the `"compile.log`" file"

0 comments on commit 867b09a

Please sign in to comment.