Skip to content

Commit ca7658a

Browse files
committed
No ASM
1 parent c89b125 commit ca7658a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql_build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ MKDIR "c:\pg\openssl"
123123
tar xf openssl-1.0.2d.tar.gz -C "c:\pg\openssl"
124124
CD "c:\pg\openssl\openssl-*"
125125
IF "%ARCH%" == "X86" perl Configure VC-WIN32 no-asm || GOTO :ERROR
126-
IF "%ARCH%" == "X64" perl Configure VC-WIN64A || GOTO :ERROR
126+
IF "%ARCH%" == "X64" perl Configure VC-WIN64A no-asm || GOTO :ERROR
127127
IF "%ARCH%" == "X86" call ms\do_ms
128128
IF "%ARCH%" == "X64" call ms\do_win64a.bat
129129
nmake -f ms\ntdll.mak || GOTO :ERROR

0 commit comments

Comments
 (0)