Skip to content

Commit

Permalink
Remove early exit when installing saxon extension
Browse files Browse the repository at this point in the history
  • Loading branch information
leroy0211 authored Feb 8, 2024
1 parent 68552b1 commit e56bffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -3546,7 +3546,6 @@ installRemoteModule() {
ldconfig || true
fi
cd "$installRemoteModule_dir/Saxon.C.API"
exit
phpize
./configure --enable-saxon
make -j$(getProcessorCount) install
Expand Down

0 comments on commit e56bffa

Please sign in to comment.