Add no-asm argument to Configure if needed.
This commit is contained in:
parent
01f06617b1
commit
e780b5f1f1
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ SET ASM=nasm
|
|||
|
||||
:compile
|
||||
|
||||
perl Configure %TARGET% fipscheck
|
||||
if x%ASM% == xno-asm SET EXARG=no-asm
|
||||
perl Configure %TARGET% %EXARG% fipscheck
|
||||
pause
|
||||
|
||||
echo on
|
||||
|
|
Loading…
Reference in a new issue