mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2025-03-23 00:56:48 +00:00
Fixup for filter_gl_ext.sh
This commit is contained in:
parent
e2036b5afd
commit
de35ee0215
@ -13,9 +13,6 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
if [ ! -d $1 ] ; then
|
|
||||||
mkdir -p $1
|
|
||||||
|
|
||||||
# fix GL_NV_texture_compression_vtc
|
# fix GL_NV_texture_compression_vtc
|
||||||
grep -v EXT $1/GL_NV_texture_compression_vtc > tmp
|
grep -v EXT $1/GL_NV_texture_compression_vtc > tmp
|
||||||
mv tmp $1/GL_NV_texture_compression_vtc
|
mv tmp $1/GL_NV_texture_compression_vtc
|
||||||
@ -439,5 +436,3 @@ EOT
|
|||||||
|
|
||||||
# clean up
|
# clean up
|
||||||
rm -f $1/*.bak
|
rm -f $1/*.bak
|
||||||
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user