mirror of https://github.com/AxioDL/metaforce.git
Temporary xxhash fixes, update submodules
This commit is contained in:
parent
6c8ffcddad
commit
822227a1ca
|
@ -1 +1 @@
|
|||
Subproject commit 781937da88d2117d2a7e8c19c0e6bd5902c69db2
|
||||
Subproject commit e63ea83f51c50329a5fff4d05625a45b58890756
|
|
@ -1 +1 @@
|
|||
Subproject commit 9b8ef4695f3f1d07b29580241fc266abc17dc29c
|
||||
Subproject commit 4f4250baf7cbcafc4fd78de8ebb2a456d219bfe0
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
#include <boo/graphicsdev/IGraphicsDataFactory.hpp>
|
||||
|
||||
#include <xxhash/xxhash.h>
|
||||
#include "hecl.hpp"
|
||||
#include "../extern/boo/xxhash/xxhash.h"
|
||||
|
||||
namespace hecl::Backend {
|
||||
struct ExtensionSlot;
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#include "hecl/Compilers.hpp"
|
||||
|
||||
#include <boo/graphicsdev/IGraphicsDataFactory.hpp>
|
||||
#include <xxhash/xxhash.h>
|
||||
#include "../extern/boo/xxhash/xxhash.h"
|
||||
|
||||
#define HECL_RUNTIME 1
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ Token SharedBlenderToken;
|
|||
#ifdef __APPLE__
|
||||
#define DEFAULT_BLENDER_BIN "/Applications/Blender.app/Contents/MacOS/blender"
|
||||
#else
|
||||
#define DEFAULT_BLENDER_BIN "blender-2.8"
|
||||
#define DEFAULT_BLENDER_BIN "blender"
|
||||
#endif
|
||||
|
||||
extern "C" uint8_t HECL_BLENDERSHELL[];
|
||||
|
|
Loading…
Reference in New Issue