From ac44fb5822710bf6e9f16ce5b935096ff5e6e220 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 16 Sep 2023 14:00:19 +0300 Subject: [PATCH] Adjust library name to match upstream --- Build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build b/Build index 9c89d45..68b5ada 100644 --- a/Build +++ b/Build @@ -2,7 +2,7 @@ package "libpng" { require "zlib"; - library "png" + library "png16" { source "png.c"; source "pngerror.c"; -- 2.43.0