Skip to content

Commit

Permalink
Remove unneeded build hack
Browse files Browse the repository at this point in the history
I'm not sure why I thought this was needed, I added it while debugging
the 2-part build. Not needed, since the library uses -fvisibility=hidden
  • Loading branch information
vkoskiv committed Dec 4, 2023
1 parent ccb5bcd commit 05afd5f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/common/loaders/textureloader.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
#define STBI_NO_GIF
#define STB_IMAGE_IMPLEMENTATION
#include "../../common/vendored/stb_image.h"

#ifdef CR_BUILDING_LIB
#define QOI_IMPLEMENTATION
#define QOI_NO_STDIO
#endif
#include "../../common/vendored/qoi.h" // encoder defines implementation macro already

// I don't want to mess with memory allocation within the different
Expand Down

0 comments on commit 05afd5f

Please sign in to comment.