mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Meta: Remove i686 references in YCM configuration
This commit is contained in:
parent
c0e3bdd51b
commit
36980d2a66
Notes:
sideshowbarker
2024-07-17 10:10:18 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/36980d2a66 Pull-request: https://github.com/SerenityOS/serenity/pull/15467 Issue: https://github.com/SerenityOS/serenity/issues/15444 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/fuel-pcbox Reviewed-by: https://github.com/supercomputer7
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ DIR_OF_THIS_SCRIPT = os.path.abspath(os.path.dirname(__file__))
|
|||
SOURCE_EXTENSIONS = ['.cpp', '.c']
|
||||
|
||||
gcc_path = None
|
||||
for serenity_arch in ['x86_64', 'i686', 'aarch64']:
|
||||
for serenity_arch in ['x86_64', 'aarch64']:
|
||||
candidate_gcc_path = os.path.join(
|
||||
DIR_OF_THIS_SCRIPT, 'Toolchain',
|
||||
'Local', serenity_arch, 'bin', f'{serenity_arch}-pc-serenity-gcc'
|
||||
|
|
Loading…
Reference in a new issue