mirror of
https://git.themanaworld.org/mana/verse
synced 2026-08-16 04:23:07 -04:00
4 lines
179 B
Bash
Executable file
4 lines
179 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Fix compilation warning
|
|
sed -i 's|#define GL_GLEXT_VERSION 29|#ifndef GL_GLEXT_VERSION\n#define GL_GLEXT_VERSION 29\n#endif|' /usr/include/SDL/SDL_opengl.h
|