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