Skip to content
Snippets Groups Projects
Commit e4c17dd6 authored by Simon McVittie's avatar Simon McVittie Committed by Ludovico de Nittis
Browse files

build-relocatable-install: Include libraries to detect LIB, PLATFORM

parent 681422fe
No related branches found
No related tags found
1 merge request!297Add support to detect the expansion of $LIB and $PLATFORM
Pipeline #12024 passed
......@@ -371,6 +371,14 @@ def main():
)
)
shutil.copytree(
os.path.join(path, arch.multiarch),
os.path.join(
installation, 'libexec', 'steam-runtime-tools-0',
arch.multiarch,
),
)
primary_architecture = subprocess.check_output([
'dpkg', '--print-architecture',
]).decode('utf-8').strip()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment