Skip to content

Commit 3ac48ea

Browse files
committed
fix: use static implementation of stb_image_resize
1 parent 607e394 commit 3ac48ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/cli/main.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#define STB_IMAGE_WRITE_STATIC
1818
#include "stb_image_write.h"
1919

20+
#define STB_IMAGE_RESIZE_IMPLEMENTATION
21+
#define STB_IMAGE_RESIZE_STATIC
2022
#include "stb_image_resize.h"
2123

2224
const char* rng_type_to_str[] = {

0 commit comments

Comments
 (0)