We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d40f50 commit ffc4d22Copy full SHA for ffc4d22
MANIFEST.SKIP
@@ -16,3 +16,4 @@ gdm.diff
16
^MYMETA.*
17
\.pm\.bak$
18
\.inc$
19
+~$
utils/generate-XS.pl
@@ -311,7 +311,7 @@ sub generate_glew_xs {
311
_done_glewInit++;
312
}
313
XS
314
- if ( $glewImpl ) {
+ if ( $item->{glewtype} eq 'fun' and $glewImpl ) {
315
$res .= <<XS;
316
if ( ! $glewImpl ) {
317
croak("$name not available on this machine");
0 commit comments