Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk committed Nov 27, 2024
1 parent 2f715eb commit e718458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions windows/openssl/build_openssl_win32.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\BuildTools\Common7\Tools\VsDevCmd.bat" -arch=x86
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x86
SET PATH=%PATH%;C:\Program Files\NASM
SET CL=/FS

perl Configure %OPENSSL_BUILD_FLAGS_WINDOWS% VC-WIN32
jom -j4
Expand Down
1 change: 1 addition & 0 deletions windows/openssl/build_openssl_win64.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\BuildTools\Common7\Tools\VsDevCmd.bat" -arch=x64
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
SET PATH=%PATH%;C:\Program Files\NASM
SET CL=/FS

perl Configure %OPENSSL_BUILD_FLAGS_WINDOWS% VC-WIN64A
jom -j4
Expand Down

0 comments on commit e718458

Please sign in to comment.