From d9e91649222977591a9e5534e287e31e17c9bc81 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Mon, 16 Oct 2023 00:29:52 +0200 Subject: [PATCH] libweb.pc: Fix wrong -l flag --- libweb.pc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libweb.pc b/libweb.pc index 8d3f0b9..f221bea 100644 --- a/libweb.pc +++ b/libweb.pc @@ -8,4 +8,4 @@ Url: https://gitea.privatedns.org/xavi/libweb Description: A simple and lightweight web framework Version: 0.1.0 Cflags: -I${includedir} -Libs: -L${libdir} -llibweb +Libs: -L${libdir} -lweb