Commit e780b5f1 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Add no-asm argument to Configure if needed.

parent 01f06617
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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