summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-07-20 10:38:08 +0200
committerCarl Hetherington <cth@carlh.net>2024-07-20 10:38:08 +0200
commit1245d2962df36bd7d838e4441d05e0f6a27d0038 (patch)
tree69c4f4a840b2ee64c179d13ed9fdd4d61f613f33
parent516d5dd036cb12b4fa03b746e90a414fcf419ebb (diff)
Install static library in the right place.fixlibdir
-rw-r--r--src/wscript2
1 files changed, 1 insertions, 1 deletions
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')