Moved libpng.

This commit is contained in:
Relintai 2023-12-16 22:21:51 +01:00
parent cc054d2989
commit 361636bc5e
28 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ env_png = env.Clone()
thirdparty_obj = []
if env["builtin_libpng"]:
thirdparty_dir = "#thirdparty/libpng/"
thirdparty_dir = "libpng/"
thirdparty_sources = [
"png.c",
"pngerror.c",