Skip to content

Commit 0c83631

Browse files
author
Scott MacVicar
committed
Fix building of pure C++ extensions as static
1 parent 1e96001 commit 0c83631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/genif.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd $srcdir
2424
module_ptrs="$extra_module_ptrs`echo $@ | $awk -f ./build/order_by_dep.awk`"
2525

2626
for ext in ${1+"$@"} ; do
27-
header_list="$header_list ext/$ext/*.h"
27+
header_list="$header_list ext/$ext/*.h*"
2828
done
2929

3030
includes=`$awk -f ./build/print_include.awk $header_list`

0 commit comments

Comments
 (0)