x86_64 assembly pack: make Windows build more robust.
PR: 2963 and a number of others
This commit is contained in:
parent
7c47f0d946
commit
46bf83f07a
17 changed files with 34 additions and 17 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
$output=shift;
|
||||
$0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
|
||||
open STDOUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
|
||||
open OUT,"| \"$^X\" ${dir}../crypto/perlasm/x86_64-xlate.pl $output";
|
||||
*STDOUT=*OUT;
|
||||
push(@INC,"${dir}.");
|
||||
|
||||
require "uplink-common.pl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue