Configurations: fix typo in 50-masm.conf.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Andy Polyakov 2016-04-20 10:22:47 +02:00
parent 6944565bd5
commit 3acfc40a7e

View File

@ -12,6 +12,6 @@
inherit_from => [ "VC-WIN64A" ],
as => "ml64",
asflags => "/c /Cp /Cx /Zi",
asoutflags => "/Fo",
asoutflag => "/Fo",
},
);