Update Assimp.cpp

pull/4478/head
Kim Kulling 2022-05-31 19:09:22 +02:00 committed by GitHub
parent c0e141a6a9
commit 4b25eb6c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1280,7 +1280,9 @@ ASSIMP_API void aiQuaternionInterpolate(
# define STBI_ONLY_PNG
#endif
// Ensure all symbols are linked correctly
#if ASSIMP_NEEDS_STB_IMAGE
# define STB_IMAGE_STATIC
# define STB_IMAGE_IMPLEMENTATION
# include "Common/StbCommon.h"
#endif