From a1f80f12d1d76c2d5ba31ab95cd58f7e82389dcd Mon Sep 17 00:00:00 2001 From: z411 Date: Tue, 14 Dec 2021 19:31:56 +0000 Subject: [PATCH] libpng fixed --- Shared-libraries-(buildfiles).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shared-libraries-(buildfiles).md b/Shared-libraries-(buildfiles).md index de1a826..0083b79 100644 --- a/Shared-libraries-(buildfiles).md +++ b/Shared-libraries-(buildfiles).md @@ -62,7 +62,7 @@ Obtainment instructions: * download as MSYS2 Package [1] in x86 and x64 versions: https://packages.msys2.org/base/mingw-w64-zlib * use dll from `bin` folder -Cross-compiling: ** TODO : Remove the "lib" prefix so libpng can load it properly later! ** +Cross-compiling: ``` ZLIBVER="1.2.11" @@ -97,7 +97,7 @@ Obtainment instructions: * download MSYS2 Package [1] in x86 and x64 versions: https://packages.msys2.org/base/mingw-w64-libpng * use dll from `bin` folder -Cross-compiling: (WARNING: RESULTING LIBRARY DOESN'T LOAD - THIS MUST BE ADJUSTED!) +Cross-compiling: ``` d0=$(pwd) -- 2.39.2