Add no-asm argument to Configure if needed.
This commit is contained in:
parent
01f06617b1
commit
e780b5f1f1
@ -43,7 +43,8 @@ SET ASM=nasm
|
|||||||
|
|
||||||
:compile
|
:compile
|
||||||
|
|
||||||
perl Configure %TARGET% fipscheck
|
if x%ASM% == xno-asm SET EXARG=no-asm
|
||||||
|
perl Configure %TARGET% %EXARG% fipscheck
|
||||||
pause
|
pause
|
||||||
|
|
||||||
echo on
|
echo on
|
||||||
|
Loading…
x
Reference in New Issue
Block a user