From eb6fb9ce61ee15d11f3c296d00d03fde5fbf7c99 Mon Sep 17 00:00:00 2001 From: Struma Date: Sun, 3 Jan 2021 04:46:35 -0500 Subject: [PATCH] Make sure to build OpenSSL before Ruby --- windows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/Makefile b/windows/Makefile index 098c2096..e9b58808 100755 --- a/windows/Makefile +++ b/windows/Makefile @@ -249,7 +249,7 @@ $(DOWNLOADS)/openssl/Configure: cd $(DOWNLOADS)/openssl; git checkout OpenSSL_1_1_1i # Standard ruby -ruby: init_dirs $(BUILD_PREFIX)/$(RB_PREFIX)-ruby300.dll openssl +ruby: init_dirs openssl $(BUILD_PREFIX)/$(RB_PREFIX)-ruby300.dll $(BUILD_PREFIX)/$(RB_PREFIX)-ruby300.dll: $(DOWNLOADS)/ruby/Makefile cd $(DOWNLOADS)/ruby; \