mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-22 06:02: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
|
cd $(DOWNLOADS)/openssl; git checkout OpenSSL_1_1_1i
|
||||||
|
|
||||||
# Standard ruby
|
# 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
|
$(BUILD_PREFIX)/$(RB_PREFIX)-ruby300.dll: $(DOWNLOADS)/ruby/Makefile
|
||||||
cd $(DOWNLOADS)/ruby; \
|
cd $(DOWNLOADS)/ruby; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue