Fix installing tensor (#1063)

pull/1056/head^2 2.7.21
Michele Locati 2025-02-05 18:00:04 +01:00 committed by GitHub
parent 74db7c77be
commit cdf0cb944d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4399,6 +4399,7 @@ installRemoteModule() {
fi fi
;; ;;
tensor) tensor)
installRemoteModule_cppflags='-Wno-incompatible-pointer-types'
if test -z "$installRemoteModule_version"; then if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 703; then if test $PHP_MAJMIN_VERSION -le 703; then
installRemoteModule_version=2.2.3 installRemoteModule_version=2.2.3