mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-21 21:35:06 +00:00
Exclude GLU and GL_SGIX_color_type extensions
This commit is contained in:
parent
5ea705737a
commit
555aa3ffc0
@ -603,5 +603,11 @@ EOT
|
||||
typedef void (APIENTRY *GLVULKANPROCNV)(void)
|
||||
EOT
|
||||
|
||||
# GLU extensions are not relevant here
|
||||
rm -f $1/GL_GLU_*
|
||||
|
||||
# Not complete
|
||||
rm -f $1/GL_SGIX_color_type
|
||||
|
||||
# clean up
|
||||
rm -f patterns $1/*.bak
|
||||
|
Loading…
Reference in New Issue
Block a user