mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-21 21:52:04 +02:00
Make sure to build OpenSSL before Ruby
This commit is contained in:
parent
fd8cfb922d
commit
eb6fb9ce61
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Reference in a new issue