mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
Merge pull request #2058 from sipsorcery/secp256k1_fix
Fix for secp256k1 and missing headers
This commit is contained in:
commit
eea8a63179
@ -21,6 +21,6 @@ install(TARGETS secp256k1
|
||||
)
|
||||
|
||||
if(INSTALL_HEADERS)
|
||||
file(GLOB HEADERS include/secp256k1.h)
|
||||
file(GLOB HEADERS include/*.h)
|
||||
install(FILES ${HEADERS} DESTINATION include)
|
||||
endif()
|
@ -1,3 +1,3 @@
|
||||
Source: secp256k1
|
||||
Version: 2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4
|
||||
Version: 2017-19-10-0b7024185045a49a1a6a4c5615bf31c94f63d9c4-1
|
||||
Description: Optimized C library for EC operations on curve
|
||||
|
Loading…
Reference in New Issue
Block a user