From cec488f10c649e0e296dbb13d17292cebb141e18 Mon Sep 17 00:00:00 2001 From: henderkes Date: Tue, 5 May 2026 13:58:02 +0700 Subject: [PATCH] fix fastlz header location --- config/lib.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/lib.json b/config/lib.json index 17258b77..819287ef 100644 --- a/config/lib.json +++ b/config/lib.json @@ -123,7 +123,7 @@ "libfastlz.a" ], "headers": [ - "fastlz/fastlz.h" + "fastlz.h" ] }, "freetype": {