aboutsummaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
Diffstat (limited to 'ms')
-rw-r--r--ms/do_fips.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/ms/do_fips.bat b/ms/do_fips.bat
index a1e19aa114..989c6faf9a 100644
--- a/ms/do_fips.bat
+++ b/ms/do_fips.bat
@@ -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