status-im / nim-secp256k1

A wrapper for libsecp256k1
Apache License 2.0
7 stars 5 forks source link

Microsoft Compiler support. #17

Closed cheatfate closed 4 years ago

cheatfate commented 4 years ago

Currently it is not possible to compile this package using Microsoft Compiler Version 19.16.27034 for x64.

It fails with an error:

secp256k1.c.obj : error LNK2019: unresolved external symbol __builtin_expect referenced in function secp256k1_context_create

Also we need to add CI tests for MSVC.