diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-12-09 13:27:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-12-09 13:27:58 +0000 |
| commit | 4cb385ffbc45ce6124e63f920807b0eafb050cc9 (patch) | |
| tree | 3d268744cf9c40cbe1c4275da7e660c974549c65 /src | |
| parent | ef9344c554e373557d263c569ac8bc44c6a16554 (diff) | |
Don't explicitly install .so files as I don't think it's necessary, and it fails on windows.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wscript b/src/wscript index 9fb6a7e7..04656976 100644 --- a/src/wscript +++ b/src/wscript @@ -56,5 +56,3 @@ def build(bld): bld.install_files('${PREFIX}/include/libdcp', headers) if bld.env.STATIC_LIBDCP: bld.install_files('${PREFIX}/lib', 'libdcp.a') - else: - bld.install_files('${PREFIX}/lib', 'libdcp.so') |
