We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c89b125 commit ca7658aCopy full SHA for ca7658a
postgresql_build.cmd
@@ -123,7 +123,7 @@ MKDIR "c:\pg\openssl"
123
tar xf openssl-1.0.2d.tar.gz -C "c:\pg\openssl"
124
CD "c:\pg\openssl\openssl-*"
125
IF "%ARCH%" == "X86" perl Configure VC-WIN32 no-asm || GOTO :ERROR
126
-IF "%ARCH%" == "X64" perl Configure VC-WIN64A || GOTO :ERROR
+IF "%ARCH%" == "X64" perl Configure VC-WIN64A no-asm || GOTO :ERROR
127
IF "%ARCH%" == "X86" call ms\do_ms
128
IF "%ARCH%" == "X64" call ms\do_win64a.bat
129
nmake -f ms\ntdll.mak || GOTO :ERROR
0 commit comments