Browse Source

reverted libsecp256k1 changes

cl-refactor
arkpar 10 years ago
parent
commit
63ef6a74f9
  1. 6
      CMakeLists.txt
  2. 1
      evmjit/libevmjit/CMakeLists.txt

6
CMakeLists.txt

@ -413,8 +413,10 @@ if (JSCONSOLE)
add_subdirectory(ethconsole)
endif ()
add_definitions(-DETH_HAVE_SECP256K1)
add_subdirectory(secp256k1)
if (NOT WIN32)
add_definitions(-DETH_HAVE_SECP256K1)
add_subdirectory(secp256k1)
endif ()
add_subdirectory(libscrypt)
add_subdirectory(libdevcrypto)

1
evmjit/libevmjit/CMakeLists.txt

@ -29,6 +29,7 @@ else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
endif()
set(EVMJIT_VERSION "0.0.0")
set(EVMJIT_VERSION_MAJOR 0)
set(EVMJIT_VERSION_MINOR 0)

Loading…
Cancel
Save