Skip to content

Commit

Permalink
nodejs windows configure with openssl_no_asm
Browse files Browse the repository at this point in the history
* until externpro builds nasm or yasm is supported by node.js
* issue #219 (comment)
  • Loading branch information
Scott M Anderson committed Jun 7, 2019
1 parent 26de5e1 commit 329db83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/node.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function(build_node_ver ver)
message(FATAL_ERROR "node.cmake: cpu")
endif()
if(MSVC)
set(XP_CONFIGURE_BASE vcbuild nosign)
set(XP_CONFIGURE_BASE vcbuild nosign openssl-no-asm)
set(XP_CONFIGURE_Release ${XP_CONFIGURE_BASE} release ${destcpu})
set(XP_CONFIGURE_Debug ${XP_CONFIGURE_BASE} debug ${destcpu})
elseif(UNIX)
Expand Down

0 comments on commit 329db83

Please sign in to comment.