From d69db26b441fdcd91eb754a51986758271aa5cb7 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 20 Dec 2025 12:05:50 +0800 Subject: [PATCH] fix stb multiple impl --- otherarch/sdcpp/common/common.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otherarch/sdcpp/common/common.hpp b/otherarch/sdcpp/common/common.hpp index e9be436be..34076799a 100644 --- a/otherarch/sdcpp/common/common.hpp +++ b/otherarch/sdcpp/common/common.hpp @@ -20,7 +20,7 @@ namespace fs = std::filesystem; #include "stable-diffusion.h" -#define STB_IMAGE_IMPLEMENTATION +// #define STB_IMAGE_IMPLEMENTATION //#define STB_IMAGE_STATIC #include "stb_image.h" @@ -28,7 +28,7 @@ namespace fs = std::filesystem; //#define STB_IMAGE_WRITE_STATIC #include "stb_image_write.h" -#define STB_IMAGE_RESIZE_IMPLEMENTATION +// #define STB_IMAGE_RESIZE_IMPLEMENTATION //#define STB_IMAGE_RESIZE_STATIC #include "stb_image_resize.h"