1
0
mirror of https://github.com/danog/php-libtgvoip.git synced 2024-11-26 20:04:48 +01:00

Update Makefile

This commit is contained in:
Daniil Gentili 2022-05-04 17:18:36 +02:00 committed by GitHub
parent f09485708c
commit b924b422a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ NAME = libtgvoip
# one for each extension. Use this variable to specify this directory.
#
INI_DIR = $(shell php --ini | sed '/Scan for additional .ini files in: /!d;s/Scan for additional .ini files in: //')
INI_DIR = $(shell php7.4 --ini | sed '/Scan for additional .ini files in: /!d;s/Scan for additional .ini files in: //')
#
@ -49,7 +49,7 @@ INI_DIR = $(shell php --ini | sed '/Scan for additional .ini files in: /!d;s/
# this with a different fixed directory
#
EXTENSION_DIR = $(shell php-config --extension-dir)
EXTENSION_DIR = $(shell php-config7.4 --extension-dir)
#