Skip to content

Commit d69db26

Browse files
committed
fix stb multiple impl
1 parent 17b4b88 commit d69db26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

otherarch/sdcpp/common/common.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ namespace fs = std::filesystem;
2020

2121
#include "stable-diffusion.h"
2222

23-
#define STB_IMAGE_IMPLEMENTATION
23+
// #define STB_IMAGE_IMPLEMENTATION
2424
//#define STB_IMAGE_STATIC
2525
#include "stb_image.h"
2626

2727
#define STB_IMAGE_WRITE_IMPLEMENTATION
2828
//#define STB_IMAGE_WRITE_STATIC
2929
#include "stb_image_write.h"
3030

31-
#define STB_IMAGE_RESIZE_IMPLEMENTATION
31+
// #define STB_IMAGE_RESIZE_IMPLEMENTATION
3232
//#define STB_IMAGE_RESIZE_STATIC
3333
#include "stb_image_resize.h"
3434

0 commit comments

Comments
 (0)