Skip to content

Commit f8c0831

Browse files
committed
fix ci error
1 parent b0940f0 commit f8c0831

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

examples/cli/main.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
// #include "preprocessing.hpp"
1010
#include "stable-diffusion.h"
1111

12-
// #define STB_IMAGE_IMPLEMENTATION
12+
#define STB_IMAGE_IMPLEMENTATION
13+
#define STB_IMAGE_STATIC
1314
#include "stb_image.h"
1415

1516
#define STB_IMAGE_WRITE_IMPLEMENTATION

stable-diffusion.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "vae.hpp"
1818

1919
#define STB_IMAGE_IMPLEMENTATION
20+
#define STB_IMAGE_STATIC
2021
#include "stb_image.h"
2122

2223
// #define STB_IMAGE_WRITE_IMPLEMENTATION

0 commit comments

Comments
 (0)