From 4b25eb6c4b9564eb3340e383551823a401950ae8 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 31 May 2022 19:09:22 +0200 Subject: [PATCH] Update Assimp.cpp --- code/Common/Assimp.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/Common/Assimp.cpp b/code/Common/Assimp.cpp index 528708792..4875cdac7 100644 --- a/code/Common/Assimp.cpp +++ b/code/Common/Assimp.cpp @@ -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