Skip to content

Commit cc91668

Browse files
committed
turn off XS prototypes which help no-one - fix #61
1 parent 6a12ab5 commit cc91668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ WriteMakefile1(
5353
LIBS => $libs, # e.g., '-lm'
5454
DEFINE => $define,
5555
INC => $include,
56-
XSPROTOARG => '-prototypes',
56+
XSPROTOARG => '-noprototypes',
5757
depend => {
5858
'Modern.c' => 'Modern.xs auto-xs.inc src/glew.c include/GL/glew.h include/GL/wglew.h',
5959
},

0 commit comments

Comments
 (0)