You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile.PL
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ use ExtUtils::MakeMaker;
3
3
use Devel::CheckLib 'assert_lib';
4
4
use Config;
5
5
6
-
my$include = "-I. -Iinclude";
6
+
my$include = "-Ilib/OpenGL/Modern -Iinclude";
7
7
my$libs;
8
8
my$define = "-DGLEW_NO_GLU -DGLEW_STATIC";
9
9
my$DYNS;
@@ -67,10 +67,10 @@ WriteMakefile(
67
67
},
68
68
},
69
69
depend=> {
70
-
'lib/OpenGL/Modern$(OBJ_EXT)'=>'glew-context.c include/GL/glew.h include/GL/wglew.h gl_errors.h auto-xs.inc', # last is not accurate but forced by XSMULTI which has no intermediate .c target
'lib/OpenGL/Modern$(OBJ_EXT)'=>'lib/OpenGL/Modern/glew-context.c include/GL/glew.h include/GL/wglew.h lib/OpenGL/Modern/gl_errors.h auto-xs.inc', # last is not accurate but forced by XSMULTI which has no intermediate .c target
0 commit comments