mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
made building from source on OS X a hell of a lot easier - no more .dylibs, and all the header files are contained in the frameworks (as they should be!)
This commit is contained in:
@@ -25,7 +25,11 @@
|
||||
#include <filesystem/File.h>
|
||||
|
||||
// PhysFS
|
||||
#ifdef LOVE_MACOSX // wacky Mac behavior means different #include syntax!
|
||||
#include <physfs/physfs.h>
|
||||
#else
|
||||
#include <physfs.h>
|
||||
#endif
|
||||
|
||||
// STD
|
||||
#include <string>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "Filesystem.h"
|
||||
|
||||
// Physfs
|
||||
#include <physfs.h>
|
||||
//#include <physfs.h> // this gets included by virtue of Filesystem.h including File.h
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user