Changed default architecture to x86_64 (i686 probably won't work anyway).
This commit is contained in:
parent
c745c2d2d3
commit
ab4ab761f0
@ -8,7 +8,7 @@ AddOption(
|
||||
choices = ('i686', 'x86_64'),
|
||||
nargs = 1,
|
||||
action = 'store',
|
||||
default = 'i686'
|
||||
default = 'x86_64'
|
||||
)
|
||||
|
||||
target = GetOption('target')
|
||||
|
Loading…
x
Reference in New Issue
Block a user