mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Use a separate preprocessor define for using Framework #includes in OS X (resolves issue #796)
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "thread/threads.h"
|
||||
|
||||
// OpenAL
|
||||
#ifdef LOVE_MACOSX
|
||||
#ifdef LOVE_MACOSX_USE_FRAMEWORKS
|
||||
#include <OpenAL-Soft/alc.h>
|
||||
#include <OpenAL-Soft/al.h>
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user