diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-20 13:10:04 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-20 13:10:04 +0200 |
| commit | 1c8d18d45dcb823d99f0f57200eaee8e1f2d9998 (patch) | |
| tree | 10561767ce9c332384fb3ad770314d90e8296817 | |
| parent | 43d18fd59efb58004daa68f0161277efc423deef (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 563b331..4662565 100644 --- a/src/wscript +++ b/src/wscript @@ -66,4 +66,4 @@ def build(bld): bld.install_files('${PREFIX}/include/libsub%s/sub' % bld.env.API_VERSION, headers) if bld.env.STATIC: - bld.install_files('${PREFIX}/lib', 'libsub%s.a' % bld.env.API_VERSION) + bld.install_files('${LIBDIR}', 'libsub%s.a' % bld.env.API_VERSION) |
