We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d942f9 commit 75e1d0eCopy full SHA for 75e1d0e
1 file changed
cmake/CMakeLists.txt
@@ -962,7 +962,7 @@ include_directories(${INCLUDE_DIRECTORIES} ${OCC_INCLUDE_DIR} ${OPENCOLLADA_INCL
962
if(NOT SCHEMA_VERSIONS)
963
if(WASM_BUILD)
964
# super arbitrarily try to keep size down at least a little bit
965
- set(SCHEMA_VERSIONS "2x3" "4")
+ set(SCHEMA_VERSIONS "2x3" "4" "4x3_add2")
966
else()
967
set(SCHEMA_VERSIONS "2x3" "4" "4x1" "4x2" "4x3" "4x3_tc1" "4x3_add1" "4x3_add2")
968
endif()
0 commit comments