[BROKEN] This compiles if we use fastgltf 0.9.0, but it says Error::UnsupportedVersion for the file. Earlier versions can't compile because either simdjson has code errors, or the .a/.so is missing important functions.
This commit is contained in:
parent
85d792e257
commit
dbda70e3a0
7 changed files with 185 additions and 7 deletions
5
Makefile
5
Makefile
|
|
@ -29,9 +29,12 @@ shaders:
|
|||
%.glb: %.glb.gz
|
||||
gunzip -k $<
|
||||
|
||||
build: basicmesh.glb
|
||||
build:
|
||||
meson compile -j 10 -C $(ROOT_DIR)/builddir
|
||||
|
||||
meshes: basicmesh.glb
|
||||
@echo "Meshes made"
|
||||
|
||||
release_build:
|
||||
meson --wipe builddir -Db_ndebug=true --buildtype release
|
||||
meson compile -j 10 -C builddir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue