Merge pull request #2571 from subtly/iwannagofast

Update secp256k1
This commit is contained in:
Gav Wood
2015-07-27 16:36:51 +02:00
+3 -1
View File
@@ -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)