mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-04 22:15:33 +02:00
Fix openssl version on MacOS
This commit is contained in:
parent
a42d67622f
commit
4039ad20f5
1 changed files with 1 additions and 2 deletions
|
@ -298,8 +298,7 @@ $(DOWNLOADS)/openssl/Makefile: $(DOWNLOADS)/openssl/Configure
|
||||||
--openssldir="$(BUILD_PREFIX)"
|
--openssldir="$(BUILD_PREFIX)"
|
||||||
|
|
||||||
$(DOWNLOADS)/openssl/Configure:
|
$(DOWNLOADS)/openssl/Configure:
|
||||||
$(CLONE) $(GITHUB)/openssl/openssl $(DOWNLOADS)/openssl; \
|
$(CLONE) $(GITHUB)/openssl/openssl $(DOWNLOADS)/openssl --single-branch --branch OpenSSL_1_1_1i --depth 1
|
||||||
cd $(DOWNLOADS)/openssl --single-branch --branch OpenSSL_1_1_1i --depth 1
|
|
||||||
|
|
||||||
# Standard ruby
|
# Standard ruby
|
||||||
ruby: init_dirs openssl $(LIBDIR)/libruby.3.1.dylib
|
ruby: init_dirs openssl $(LIBDIR)/libruby.3.1.dylib
|
||||||
|
|
Loading…
Add table
Reference in a new issue