mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Use a separate preprocessor define for using Framework #includes in OS X (resolves issue #796)
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#include "filesystem/File.h"
|
||||
|
||||
// PhysFS
|
||||
#ifdef LOVE_MACOSX // wacky Mac behavior means different #include syntax!
|
||||
#ifdef LOVE_MACOSX_USE_FRAMEWORKS
|
||||
#include <physfs/physfs.h>
|
||||
#else
|
||||
#include <physfs.h>
|
||||
|
||||
Reference in New Issue
Block a user