summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/patchsdl1.sh
blob: b97e12bbd4a0520338b4b8411cb2061a2c34ef5b (plain) (blame)
1
2
3
4
#!/bin/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