Merge of r5012: configure: removed redundant variable assignment.
Maxim Dounin
9 years ago
1 changed file(s) with
0 addition(s)
and
3 deletion(s)
.
Raw diff
Collapse all
Expand all
+0
-3
auto/cc/msvc
less
more
72
72
# disable logo
73
73
CFLAGS="$CFLAGS -nologo"
74
74
75
76
LINK="\$(CC)"
77
78
75
# the link flags
79
76
CORE_LINK="$CORE_LINK -link -verbose:lib"
80
77