actually disable c++ stuff in lodepng

This commit is contained in:
aap 2020-07-29 00:23:37 +02:00
parent bd0614877f
commit 99c15d5ed7
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ project "librw"
kind "StaticLib"
targetname "rw"
targetdir (Libdir)
defines { "LODEPNG_NO_COMPILE_CPP" }
files { "src/*.*" }
files { "src/*/*.*" }