mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Use a separate preprocessor define for using Framework #includes in OS X (resolves issue #796)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include "common/Data.h"
|
||||
#include "Decoder.h"
|
||||
|
||||
#ifdef LOVE_MACOSX
|
||||
#ifdef LOVE_MACOSX_USE_FRAMEWORKS
|
||||
#include <Game_Music_Emu/gme.h>
|
||||
#else
|
||||
#include <gme.h>
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include "Decoder.h"
|
||||
|
||||
// libmpg123
|
||||
#ifdef LOVE_MACOSX
|
||||
#ifdef LOVE_MACOSX_USE_FRAMEWORKS
|
||||
#include <mpg123/mpg123.h>
|
||||
#else
|
||||
#include <mpg123.h>
|
||||
|
||||
Reference in New Issue
Block a user