Merge pull request #133 from Ybalrid/lodepng

fix ci build of example
This commit is contained in:
Syoyo Fujita 2019-01-11 02:29:29 +09:00 committed by GitHub
commit c91b6468e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#define STB_IMAGE_IMPLEMENTATION #define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h" #include "stb_image.h"
#define LODEPNG_IMPLEMENTATION
#include "lodepng.h"

View File

@ -9,7 +9,7 @@ newoption {
} }
sources = { sources = {
"stbi-impl.cc", "img-loaders.cc",
"main.cc", "main.cc",
"render.cc", "render.cc",
"render-config.cc", "render-config.cc",