Skip to content

Commit

Permalink
build: skip building OpenSSL lib_ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake authored and xanimo committed Mar 25, 2024
1 parent b7c3783 commit 4b7674a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/openssl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ define $(package)_config_cmds
endef

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

define $(package)_stage_cmds
Expand Down

0 comments on commit 4b7674a

Please sign in to comment.