mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
NASM has recently changed name of win32 pre-compiled binary.
PR: 1627
This commit is contained in:
parent
96fc37f145
commit
82a2431327
@ -163,7 +163,10 @@ $lfile='/out:';
|
||||
$shlib_ex_obj="";
|
||||
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
|
||||
if ($nasm) {
|
||||
$asm='nasmw -f win32';
|
||||
my $ver=`nasm -v`;
|
||||
my $vew=`nasmw -v`;
|
||||
# pick newest version
|
||||
$asm=($ver gt $vew?"nasm":"nasmw")." -f win32";
|
||||
$afile='-o ';
|
||||
} else {
|
||||
$asm='ml /Cp /coff /c /Cx';
|
||||
|
Loading…
x
Reference in New Issue
Block a user