mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-20 16:28:54 +00:00
Meta: Remove i686 target
This commit is contained in:
parent
d3eb4f7a41
commit
55f17fff36
Notes:
sideshowbarker
2024-07-17 11:33:34 +09:00
Author: https://github.com/supercomputer7
Commit: 55f17fff36
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
16 changed files with 25 additions and 61 deletions
|
@ -28,8 +28,7 @@ _serenity() {
|
|||
|
||||
local targets
|
||||
targets=(
|
||||
'i686:Target i686 (default)'
|
||||
'x86_64:Target x86_64'
|
||||
'x86_64:Target x86_64 (default)'
|
||||
'aarch64:Target aarch64'
|
||||
'lagom:Target host machine'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue