Skip to content

Commit

Permalink
turn off XS prototypes which help no-one - fix #61
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 16, 2024
1 parent 6a12ab5 commit cc91668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ WriteMakefile1(
LIBS => $libs, # e.g., '-lm'
DEFINE => $define,
INC => $include,
XSPROTOARG => '-prototypes',
XSPROTOARG => '-noprototypes',
depend => {
'Modern.c' => 'Modern.xs auto-xs.inc src/glew.c include/GL/glew.h include/GL/wglew.h',
},
Expand Down

0 comments on commit cc91668

Please sign in to comment.