You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build, win: opt-in openssl_no_asm if no nasm found
Instead of automatically falling back to openssl_no_asm with warning
if no nasm is found during build on Windows, this stops vcbuild.bat
and requires users to specify openssl_no_asm option explicitly.
Fixes: #19918
PR-URL: #19943
Refs: #19930
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Rod Vagg <[email protected]>
Reviewed-By: Bartosz Sosnowski <[email protected]>
Copy file name to clipboardExpand all lines: BUILDING.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -258,9 +258,9 @@ Prerequisites:
258
258
* Basic Unix tools required for some tests,
259
259
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
260
260
and tools which can be included in the global `PATH`.
261
-
***Optional** (for OpenSSL assembler modules): the [NetWide Assembler](http://www.nasm.us/),
262
-
if not installed in the default location it needs to be manually added
263
-
to `PATH`.
261
+
*The [NetWide Assembler](http://www.nasm.us/), for OpenSSL assembler modules.
262
+
If not installed in the default location, it needs to be manually added
263
+
to `PATH`. Build with `openssl-no-asm` option does not require this.
264
264
***Optional** (to build the MSI): the [WiX Toolset v3.11](http://wixtoolset.org/releases/)
265
265
and the [Wix Toolset Visual Studio 2017 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WixToolsetVisualStudio2017Extension).
0 commit comments