mirror of
https://github.com/nothings/stb.git
synced 2026-02-27 04:54:56 +00:00
try to work around Travis old GCC errors
This commit is contained in:
@@ -17,7 +17,9 @@
|
||||
#define STB_VOXEL_RENDER_IMPLEMENTATION
|
||||
#define STB_CONNECTED_COMPONENTS_IMPLEMENTATION
|
||||
#define STB_DS_IMPLEMENTATION
|
||||
#ifndef TRAVIS
|
||||
#define STBDS_UNIT_TESTS
|
||||
#endif
|
||||
|
||||
#define STBI_MALLOC my_malloc
|
||||
#define STBI_FREE my_free
|
||||
|
||||
Reference in New Issue
Block a user