OpenGL version should use static as well
This commit is contained in:
parent
2d34efafb2
commit
d75e96d4fe
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -155,7 +155,7 @@ configure:
|
|||
|
||||
configuregl:
|
||||
autoconf
|
||||
./configure --enable-opengl
|
||||
./configure --enable-static --enable-opengl
|
||||
|
||||
lockver:
|
||||
$(LOCKVER) Makefile $(RULESFILE) .indent.pro \
|
||||
|
|
Loading…
Reference in a new issue