macOS fix

This commit is contained in:
Jérôme Leclercq 2022-03-19 20:01:49 +01:00
parent b2ac8debcd
commit 021fd9d031
2 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
# Setup compilation mode and install project dependencies # Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies - name: Configure xmake and install dependencies
run: xmake config --shadernodes=y --tests=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes --verbose run: xmake config --shadernodes=y --tests=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes
# Build the engine # Build the engine
- name: Build Nazara - name: Build Nazara

View File

@ -16,6 +16,7 @@
#include <string> #include <string>
#include <tuple> #include <tuple>
#include <type_traits> #include <type_traits>
#include <unordered_map>
namespace Nz namespace Nz
{ {