diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-20 10:41:27 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-20 10:41:27 +0200 |
| commit | b99e915fb00821e6def7dbdb336eb30fb425f383 (patch) | |
| tree | e9c6576242582aac5d68b95bad76a04889487adb /src/wscript | |
| parent | 8ab5d94a9f9bb2484f0638e86587f20025314378 (diff) | |
Install static lib in the right place.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript index 1793aa72..ab2759b4 100644 --- a/src/wscript +++ b/src/wscript @@ -284,4 +284,4 @@ def build(bld): bld.install_files('${PREFIX}/include/libdcp%s/dcp' % bld.env.API_VERSION, headers) if bld.env.STATIC: - bld.install_files('${PREFIX}/lib', 'libdcp%s.a' % bld.env.API_VERSION) + bld.install_files('${LIBDIR}', 'libdcp%s.a' % bld.env.API_VERSION) |
