projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6944565
)
Configurations: fix typo in 50-masm.conf.
author
Andy Polyakov
<appro@openssl.org>
Wed, 20 Apr 2016 08:22:47 +0000
(10:22 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 20 Apr 2016 08:55:17 +0000
(10:55 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/50-masm.conf
patch
|
blob
|
history
diff --git
a/Configurations/50-masm.conf
b/Configurations/50-masm.conf
index 8dbaa764fd2df91a8ef54f02aa964ee3751369a8..60a55072f2560644ee4d5b5830c38efe299f97f7 100644
(file)
--- a/
Configurations/50-masm.conf
+++ b/
Configurations/50-masm.conf
@@
-12,6
+12,6
@@
inherit_from => [ "VC-WIN64A" ],
as => "ml64",
asflags => "/c /Cp /Cx /Zi",
- asoutflag
s
=> "/Fo",
+ asoutflag
=> "/Fo",
},
);