Skip to content

Commit

Permalink
Disabled STB_IMAGE_STATIC
Browse files Browse the repository at this point in the history
This will allow for zlib functions to be used externally (for example
in tinyexr).
  • Loading branch information
nadult committed Oct 6, 2024
1 parent 3e2ef78 commit 3890f1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gfx/image_stbi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#define STBI_NO_PSD
#define STBI_NO_STDIO
#define STB_IMAGE_STATIC
#define STB_IMAGE_IMPLEMENTATION

#include "../extern/stb_image.h"
Expand Down

0 comments on commit 3890f1d

Please sign in to comment.