Skip to content

Commit 2cba35a

Browse files
committed
build: skip building OpenSSL lib_ssl
1 parent 45a2d3c commit 2cba35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/openssl.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ define $(package)_config_cmds
7171
endef
7272

7373
define $(package)_build_cmds
74-
$(MAKE) -j1 build_libs libcrypto.pc libssl.pc openssl.pc
74+
$(MAKE) -j1 build_crypto libcrypto.pc libssl.pc openssl.pc
7575
endef
7676

7777
define $(package)_stage_cmds

0 commit comments

Comments
 (0)