mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-22 15:04:44 +01:00
build: skip building OpenSSL lib_ssl
This commit is contained in:
parent
45a2d3c552
commit
2cba35ab38
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ define $(package)_config_cmds
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_build_cmds
|
define $(package)_build_cmds
|
||||||
$(MAKE) -j1 build_libs libcrypto.pc libssl.pc openssl.pc
|
$(MAKE) -j1 build_crypto libcrypto.pc libssl.pc openssl.pc
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define $(package)_stage_cmds
|
define $(package)_stage_cmds
|
||||||
|
|
Loading…
Add table
Reference in a new issue