mirror of
https://github.com/php/php-src.git
synced 2025-01-18 09:43:36 +08:00
Fix building of pure C++ extensions as static
This commit is contained in:
parent
1488704098
commit
e34dc6c6f7
@ -24,7 +24,7 @@ cd $srcdir
|
||||
module_ptrs="$extra_module_ptrs`echo $@ | $awk -f ./build/order_by_dep.awk`"
|
||||
|
||||
for ext in ${1+"$@"} ; do
|
||||
header_list="$header_list ext/$ext/*.h"
|
||||
header_list="$header_list ext/$ext/*.h*"
|
||||
done
|
||||
|
||||
includes=`$awk -f ./build/print_include.awk $header_list`
|
||||
|
Loading…
Reference in New Issue
Block a user