Update Assimp.cpp
parent
c0e141a6a9
commit
4b25eb6c4b
|
@ -1280,7 +1280,9 @@ ASSIMP_API void aiQuaternionInterpolate(
|
||||||
# define STBI_ONLY_PNG
|
# define STBI_ONLY_PNG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Ensure all symbols are linked correctly
|
||||||
#if ASSIMP_NEEDS_STB_IMAGE
|
#if ASSIMP_NEEDS_STB_IMAGE
|
||||||
|
# define STB_IMAGE_STATIC
|
||||||
# define STB_IMAGE_IMPLEMENTATION
|
# define STB_IMAGE_IMPLEMENTATION
|
||||||
# include "Common/StbCommon.h"
|
# include "Common/StbCommon.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue