mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Improve windows build scripts (#1416)
* improve windows builds * install nasm for openssl compilation on win * install nasm for openssl compilation on win for github * add create-state, proxy-liteserver, rldp-http-proxy, http-proxy, adnl-proxy, dht-server, libtonlibjson.so and libemulator.so to docker image * build new artifacts inside Docker * add files smartcont/auto/* to docker image * build arm64 in docker branch build * improve secp256k1 build
This commit is contained in:
parent
d3d050a319
commit
540d1fb4b7
5 changed files with 218 additions and 189 deletions
|
@ -5,6 +5,7 @@ if (NOT SECP256K1_LIBRARY)
|
|||
set(SECP256K1_INCLUDE_DIR ${SECP256K1_BINARY_DIR}/include)
|
||||
|
||||
file(MAKE_DIRECTORY ${SECP256K1_BINARY_DIR})
|
||||
file(MAKE_DIRECTORY "${SECP256K1_BINARY_DIR}/include")
|
||||
|
||||
if (MSVC)
|
||||
set(SECP256K1_BINARY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/third-party/secp256k1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue