mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
Moved libpng.
This commit is contained in:
parent
cc054d2989
commit
361636bc5e
@ -9,7 +9,7 @@ env_png = env.Clone()
|
|||||||
thirdparty_obj = []
|
thirdparty_obj = []
|
||||||
|
|
||||||
if env["builtin_libpng"]:
|
if env["builtin_libpng"]:
|
||||||
thirdparty_dir = "#thirdparty/libpng/"
|
thirdparty_dir = "libpng/"
|
||||||
thirdparty_sources = [
|
thirdparty_sources = [
|
||||||
"png.c",
|
"png.c",
|
||||||
"pngerror.c",
|
"pngerror.c",
|
||||||
|
Loading…
Reference in New Issue
Block a user