]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ms/uplink-x86_64.pl
Windows build system: get uplink right.
[thirdparty/openssl.git] / ms / uplink-x86_64.pl
index 48bf559ee120d80196d2a1a021c4715d74a5caba..0cb0f1b3000fca1bc19d826e0a2275540f6789b4 100755 (executable)
@@ -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;