winebuild: Add support for amd64-mingw32msvc platform.
This commit is contained in:
parent
aafef7cdd5
commit
3686e74e1b
|
@ -54,6 +54,7 @@ static const struct
|
||||||
{ "i586", CPU_x86 },
|
{ "i586", CPU_x86 },
|
||||||
{ "i686", CPU_x86 },
|
{ "i686", CPU_x86 },
|
||||||
{ "i786", CPU_x86 },
|
{ "i786", CPU_x86 },
|
||||||
|
{ "amd64", CPU_x86_64 },
|
||||||
{ "x86_64", CPU_x86_64 },
|
{ "x86_64", CPU_x86_64 },
|
||||||
{ "sparc", CPU_SPARC },
|
{ "sparc", CPU_SPARC },
|
||||||
{ "alpha", CPU_ALPHA },
|
{ "alpha", CPU_ALPHA },
|
||||||
|
|
Loading…
Reference in New Issue