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 Jul 5, 2024
1 parent 577bd23 commit 7bf617b
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 7bf617b

Please sign in to comment.