macOS fix
This commit is contained in:
parent
50ffc98ed4
commit
0469ecb300
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
|
||||
# Build the engine
|
||||
- name: Build Nazara
|
||||
run: xmake build xmake build NazaraPhysics2D & xmake build NazaraPhysics3D & xmake build NazaraAudio & xmake build NazaraRenderer & xmake build NazaraShaderNodes & xmake build NazaraPlatform
|
||||
run: xmake build -v NazaraPlatform
|
||||
|
||||
# Run unit tests
|
||||
#- name: Run unit tests
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
#include <Nazara/Platform/SDL2/SDLHelper.hpp>
|
||||
#include <Nazara/Utility/Image.hpp>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL2/SDL_config.h>
|
||||
#include <SDL2/SDL_syswm.h>
|
||||
#include <Utfcpp/utf8.h>
|
||||
#include <cstdio>
|
||||
|
|
|
|||
Loading…
Reference in New Issue