Skip to content

Commit

Permalink
Fix installing tensor (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Feb 5, 2025
1 parent 74db7c7 commit cdf0cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -4399,6 +4399,7 @@ installRemoteModule() {
fi
;;
tensor)
installRemoteModule_cppflags='-Wno-incompatible-pointer-types'
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 703; then
installRemoteModule_version=2.2.3
Expand Down

0 comments on commit cdf0cb9

Please sign in to comment.