Skip to content

Commit

Permalink
Merge pull request #220 from stotiks/bls_remove
Browse files Browse the repository at this point in the history
Bls remove
  • Loading branch information
madMAx43v3r authored Nov 20, 2023
2 parents ab3546b + 303985b commit 9b95948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/custom-triplets/x64-windows-mmx.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE dynamic)
set(VCPKG_BUILD_TYPE release)

if(PORT MATCHES "gmp" OR PORT MATCHES "secp256k1")
if(PORT MATCHES "secp256k1")
set(VCPKG_LIBRARY_LINKAGE static)
endif()
4 changes: 1 addition & 3 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "mmx-node",
"dependencies": [
"gmp",
"zlib",
"opencl",
"secp256k1",
"miniupnpc"
],
"builtin-baseline":"acc3bcf76b84ae5041c86ab55fe138ae7b8255c7",
"overrides": [
{ "name": "secp256k1", "version": "2017-19-10#4" },
{ "name": "gmp", "version": "6.2.1", "port-version": 20}
{ "name": "secp256k1", "version": "2017-19-10#4" }
]
}

0 comments on commit 9b95948

Please sign in to comment.