From 079cfa18b9d8dae98cb472c3a72768dfbb36933f Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 9 Jan 2026 07:25:05 +0900 Subject: [PATCH] fix english --- Makefile.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pl b/Makefile.pl index b244aa1..454fd79 100755 --- a/Makefile.pl +++ b/Makefile.pl @@ -48,7 +48,7 @@ param_set("static", 1); my %features = ( "classic-theme" => "use classic theme", - "stb-image" => "use stb_image instead of libjpeg/libpng", + "stb-image" => "use stb_image, instead use libjpeg/libpng", "stb-truetype" => "use stb_truetype", "freetype2" => "use FreeType2", "xrender" => "use XRender",