1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

use Conan to make macOS CI builds for both Intel and ARM (#782)

* [CI] append platform to output artifact name if it's given
This commit is contained in:
Andrey Filipenkov
2022-08-30 17:29:00 +03:00
committed by GitHub
parent 4f1f9e3c5d
commit d7650ce9c0
19 changed files with 347 additions and 457 deletions

View File

@ -10,6 +10,7 @@
#include "StdInc.h"
#include "CBinaryReader.h"
//FIXME:library file depends on SDL - make cause troubles
#include <SDL_endian.h>
#include "CInputStream.h"
#include "../CGeneralTextHandler.h"