aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-03-23 21:04:22 +0100
committerAndy Polyakov <appro@openssl.org>2016-03-29 09:51:40 +0200
commitfdf6f73e5e09a98112d85ee745ac5b3c78942956 (patch)
tree1514add686d624ca5d38f8568f4d989383e68750 /Configurations
parent6ddb62a575a31940785fdf3db8a24ca6006e5d2a (diff)
downloadopenssl-fdf6f73e5e09a98112d85ee745ac5b3c78942956.tar.gz
Windows build system: fix 32-bit appveyor build.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'Configurations')
-rw-r--r--Configurations/10-main.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 737ae85e77..4e9579cada 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1295,7 +1295,7 @@ sub vc_wince_info {
# x86 Win32 target defaults to ANSI API, if you want UNICODE,
# configure with 'perl Configure VC-WIN32 -DUNICODE -D_UNICODE'
inherit_from => [ "VC-noCE-common", asm("x86_asm"),
- sub { $disabled{shared} ? () : "x86_uplink" } ],
+ sub { $disabled{shared} ? () : "uplink_common" } ],
as => sub { my $ver=`nasm -v 2>NUL`;
my $vew=`nasmw -v 2>NUL`;
return $ver ge $vew ? "nasm" : "nasmw" },