diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-20 10:38:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-20 10:38:08 +0200 |
| commit | 1245d2962df36bd7d838e4441d05e0f6a27d0038 (patch) | |
| tree | 69c4f4a840b2ee64c179d13ed9fdd4d61f613f33 | |
| parent | 516d5dd036cb12b4fa03b746e90a414fcf419ebb (diff) | |
Install static library in the right place.fixlibdir
| -rw-r--r-- | src/wscript | 2 |
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') |
