mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-03-31 05:53:38 +03:00
Use system-installed lodepng if BUNDLE_DEPENDENCIES=OFF (#1250)
This commit is contained in:
@@ -1,2 +1,6 @@
|
||||
#ifdef SYSTEM_LODEPNG
|
||||
#include <lodepng.h>
|
||||
#else
|
||||
/* Workaround for being unable to rename lodepng.cpp to lodepng.c */
|
||||
#include "../../third_party/lodepng/lodepng.cpp"
|
||||
#endif
|
||||
Reference in New Issue
Block a user