We add the subdirectory AL to the include paths, so our includes should be relative to that. Presumably it would previously work with the wrong paths because some other library would be there.
@@ -50,9 +50,9 @@
#include <OpenAL-Soft/al.h>
#endif
#else
-#include <AL/alc.h>
-#include <AL/al.h>
-#include <AL/alext.h>
+#include <alc.h>
+#include <al.h>
+#include <alext.h>
namespace love
@@ -34,9 +34,9 @@
#include <OpenAL-Soft/alext.h>
#include <vector>
@@ -46,9 +46,9 @@
@@ -32,8 +32,8 @@
#include "audio/RecordingDevice.h"
@@ -48,8 +48,8 @@