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