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

sysroot: Use gcc-4.8, g++-4.8 for native x86_64 build too


This makes it consistent with what we do when building official
packages.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 6a812b2c
No related branches found
No related tags found
No related merge requests found
# Copyright 2021 Collabora Ltd.
# SPDX-License-Identifier: MIT
[binaries]
c = '/usr/bin/gcc-4.8'
cpp = '/usr/bin/g++-4.8'
......@@ -61,6 +61,7 @@ def setup(args):
[
'meson',
] + common_options + [
'--native-file=build-aux/meson/scout.txt',
os.path.join(args.abs_builddir_parent, 'scout-x86_64')
] + list(args.args),
cwd=args.abs_srcdir,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment