diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-21 20:37:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-21 20:37:39 +0200 |
| commit | c2f50f4f80628b76f988547b653003c350d4a05a (patch) | |
| tree | 4a3288b003c50d287b0eed794ae5652f9c591673 /src/wscript | |
| parent | 52d769a68e1a78d7e919df3ec9bee59e9816da20 (diff) | |
Have to explicitly install static libraries.
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 d78c18b..13f8bed 100644 --- a/src/wscript +++ b/src/wscript @@ -14,4 +14,4 @@ def build(bld): obj.uselib = 'SNDFILE' bld.install_files('${PREFIX}/include', 'leqm_nrt.h') - + bld.install_files('${PREFIX}/lib', 'libleqm_nrt.a') |
