mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Fixed header installing under phpize builds
This commit is contained in:
parent
77e5a7e300
commit
bcade7ced4
8 changed files with 53 additions and 27 deletions
|
@ -24,12 +24,14 @@ case "$1" in
|
|||
echo $libs;;
|
||||
--extension-dir)
|
||||
echo $extension_dir;;
|
||||
--include-dir)
|
||||
echo $includedir;;
|
||||
--php-binary)
|
||||
echo $php_binary;;
|
||||
--version)
|
||||
echo $version;;
|
||||
*)
|
||||
echo "Usage: $0 [--prefix|--includes|--ldflags|--libs|--extension-dir|--php-binary|--version]"
|
||||
echo "Usage: $0 [--prefix|--includes|--ldflags|--libs|--extension-dir|--include-dir|--php-binary|--version]"
|
||||
exit 1;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue