summaryrefslogtreecommitdiffstats
path: root/ms/uplink-x86_64.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-03-18 23:31:17 +0100
committerAndy Polyakov <appro@openssl.org>2016-03-21 11:27:57 +0100
commitacf1525966161dc5d0f875d92ae3def5df628245 (patch)
tree2a044aae87eebddd8d226755904b550036fee06e /ms/uplink-x86_64.pl
parentd8292af423bffad00610ebe02d7a8868c7f95dfd (diff)
Windows build system: get uplink right.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ms/uplink-x86_64.pl')
-rwxr-xr-xms/uplink-x86_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/uplink-x86_64.pl b/ms/uplink-x86_64.pl
index 48bf559ee1..0cb0f1b300 100755
--- a/ms/uplink-x86_64.pl
+++ b/ms/uplink-x86_64.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-$output=shift;
+$output=pop;
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
open OUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
*STDOUT=*OUT;