From 1245d2962df36bd7d838e4441d05e0f6a27d0038 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 20 Jul 2024 10:38:08 +0200 Subject: Install static library in the right place. --- src/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wscript') diff --git a/src/wscript b/src/wscript index 2d76735..71968d5 100644 --- a/src/wscript +++ b/src/wscript @@ -32,4 +32,4 @@ def build(bld): bld.install_files('${PREFIX}/include/libcxml', "cxml.h") if bld.env.STATIC: - bld.install_files('${PREFIX}/lib', 'libcxml.a') + bld.install_files('${LIBDIR}', 'libcxml.a') -- cgit v1.2.3