sdl2-audio: include path is set to SDL2 by pkg-config. Closes #79

This commit is contained in:
Dave Murphy 2020-06-26 09:58:09 +01:00
parent a6de2da842
commit 179e9a847b

View File

@ -7,8 +7,8 @@
#include <switch.h>
// Include sdl2 headers
#include <SDL2/SDL.h>
#include <SDL2/SDL_mixer.h>
#include <SDL.h>
#include <SDL_mixer.h>
// Main program entrypoint
int main(int argc, char *argv[])