Skip to content

Commit

Permalink
Meta: Remove i686 references in YCM configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Dec 28, 2022
1 parent c0e3bdd commit 36980d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ycm_extra_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
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'
Expand Down

0 comments on commit 36980d2

Please sign in to comment.