mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-06 08:01:27 +00:00
fix stb multiple impl
This commit is contained in:
parent
17b4b888d0
commit
d69db26b44
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue