Skip to content

Commit

Permalink
TODO squash try to fix integration test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
garymm committed Feb 1, 2024
1 parent 0f2e8b0 commit 10bf72a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/IrrCompileConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
#define IRRLICHT_VERSION_SVN alpha
#define IRRLICHT_SDK_VERSION "1.9.0" IRRLICHT_VERSION_MT

#if RENDER_HEADLESS // from https://github.com/EleutherAI/irrlicht
#define _IRR_COMPILE_WITH_SDL_DEVICE_
#endif

#include <stdio.h> // TODO: Although included elsewhere this is required at least for mingw

#ifdef _WIN32
Expand Down

0 comments on commit 10bf72a

Please sign in to comment.