mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
fixed GLX_ token in glew.h bug
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@312 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
6c449294c8
commit
9a294ee851
@ -292,7 +292,7 @@ foreach my $spec (sort @speclist)
|
||||
$prefix =~ s/^(.+?)(_.+)$/$1/;
|
||||
foreach my $token (sort { hex ${$tokens}{$a} <=> hex ${$tokens}{$b} } keys %{$tokens})
|
||||
{
|
||||
if ($token =~ /^$prefix.*/i)
|
||||
if ($token =~ /^$prefix\_.*/i)
|
||||
{
|
||||
print EXT "\t" . $token . " " . ${%{$tokens}}{$token} . "\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user