mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
re-disable secp256k1 on windows
This commit is contained in:
parent
8a1fc6eec0
commit
bf6747ff86
@ -75,7 +75,9 @@ target_link_libraries(testeth ${CURL_LIBRARIES})
|
||||
target_link_libraries(testeth ${CRYPTOPP_LIBRARIES})
|
||||
target_link_libraries(testeth ethereum)
|
||||
target_link_libraries(testeth ethcore)
|
||||
target_link_libraries(testeth secp256k1)
|
||||
if (NOT WIN32)
|
||||
target_link_libraries(testeth secp256k1)
|
||||
endif ()
|
||||
|
||||
if (JSCONSOLE)
|
||||
target_link_libraries(testeth jsengine)
|
||||
|
Loading…
Reference in New Issue
Block a user