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:
parent
f09485708c
commit
b924b422a7
4
Makefile
4
Makefile
@ -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)
|
||||
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user