mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +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>
|
||||
|
||||
Reference in New Issue
Block a user