2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:04:56 +00:00

Temporary xxhash fixes, update submodules

This commit is contained in:
2019-09-06 23:30:53 -07:00
parent 6c8ffcddad
commit 822227a1ca
5 changed files with 6 additions and 5 deletions

View File

@@ -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[];