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