Skip to content

Commit

Permalink
Fixup c4d78f8
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdfdragon authored and GregoryLundberg committed Nov 30, 2017
1 parent 94ed535 commit dbda7cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scons/sdl.py
Expand Up @@ -96,8 +96,8 @@ def CheckOgg(context):
#include <stdlib.h>
#include <stdio.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_mixer.h>
#include <SDL.h>
#include <SDL_mixer.h>
int main(int argc, char ** argv)
{
Expand Down

0 comments on commit dbda7cb

Please sign in to comment.