Changed default architecture to x86_64 (i686 probably won't work anyway).

This commit is contained in:
Patrick 2024-01-16 19:11:51 +01:00
parent c745c2d2d3
commit ab4ab761f0

View File

@ -8,7 +8,7 @@ AddOption(
choices = ('i686', 'x86_64'),
nargs = 1,
action = 'store',
default = 'i686'
default = 'x86_64'
)
target = GetOption('target')