Fix appveyor build: disable bugger mingw config.
parent
685d78cdaf
commit
43e1cae2ea
|
@ -17,7 +17,7 @@ platform:
|
||||||
configuration:
|
configuration:
|
||||||
- 14 2015
|
- 14 2015
|
||||||
- 12 2013
|
- 12 2013
|
||||||
- MinGW
|
#- MinGW
|
||||||
#- 10 2010 # only works for x86
|
#- 10 2010 # only works for x86
|
||||||
|
|
||||||
init:
|
init:
|
||||||
|
@ -40,4 +40,3 @@ after_build:
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: assimp.7z
|
- path: assimp.7z
|
||||||
name: assimp_lib
|
name: assimp_lib
|
||||||
|
|
||||||
|
|
|
@ -642,7 +642,6 @@ ADD_ASSIMP_IMPORTER( GLTF
|
||||||
glTFExporter.cpp
|
glTFExporter.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
ADD_ASSIMP_IMPORTER( 3MF
|
ADD_ASSIMP_IMPORTER( 3MF
|
||||||
D3MFImporter.h
|
D3MFImporter.h
|
||||||
D3MFImporter.cpp
|
D3MFImporter.cpp
|
||||||
|
|
Loading…
Reference in New Issue