mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Enabled headless build in autotools
This commit is contained in:
@@ -68,4 +68,10 @@
|
||||
# define NOMINMAX
|
||||
#endif
|
||||
|
||||
// Autotools config.h
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <../config.h>
|
||||
# undef VERSION
|
||||
#endif
|
||||
|
||||
#endif // LOVE_CONFIG_H
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
// STL
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
// LOVE
|
||||
#include <filesystem/File.h>
|
||||
|
||||
Reference in New Issue
Block a user