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