Skip to content

Commit

Permalink
Fix building of pure C++ extensions as static
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott MacVicar committed Aug 9, 2011
1 parent 1e96001 commit 0c83631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/genif.sh
Expand Up @@ -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`
Expand Down

0 comments on commit 0c83631

Please sign in to comment.