Skip to content
Snippets Groups Projects
Commit bde8752c authored by Simon McVittie's avatar Simon McVittie
Browse files

Fix installation of libraries

parent 014669a4
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ def main(): ...@@ -165,7 +165,7 @@ def main():
for so in glob.glob( for so in glob.glob(
os.path.join('_build', arch, 'lib', '*.so.*'), os.path.join('_build', arch, 'lib', '*.so.*'),
): ):
install(so, os.path.join(DESTDIR, 'lib', 'ma')) install(so, os.path.join(DESTDIR, 'lib', ma))
source_to_download = set() # type: typing.Set[str] source_to_download = set() # type: typing.Set[str]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment