mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-04-22 06:02:04 +02:00
Slight fixes to the Windows makefile.
This commit is contained in:
parent
455bf8007d
commit
70e6209e74
1 changed files with 2 additions and 2 deletions
|
@ -34,6 +34,7 @@ CMAKE_ARGS := \
|
|||
-G "MSYS Makefiles"
|
||||
|
||||
RUBY_CONFIGURE_ARGS := \
|
||||
--prefix="$(shell cygpath -m ${BUILD_PREFIX})" \
|
||||
--enable-install-static-library \
|
||||
--disable-install-doc \
|
||||
--with-out-ext=openssl,readline,dbm,gdbm \
|
||||
|
@ -282,8 +283,7 @@ $(DOWNLOADS)/openssl/Makefile: $(DOWNLOADS)/openssl/Configure
|
|||
--openssldir="$(BUILD_PREFIX)"
|
||||
|
||||
$(DOWNLOADS)/openssl/Configure:
|
||||
$(CLONE) $(GITHUB)/openssl/openssl $(DOWNLOADS)/openssl; \
|
||||
cd $(DOWNLOADS)/openssl; git checkout OpenSSL_1_1_1i
|
||||
$(CLONE) $(GITHUB)/openssl/openssl $(DOWNLOADS)/openssl -c advice.detachedHead=false --branch OpenSSL_1_1_1i
|
||||
|
||||
# Standard ruby
|
||||
ruby: init_dirs openssl $(BUILD_PREFIX)/$(RB_PREFIX)-ruby300.dll
|
||||
|
|
Loading…
Add table
Reference in a new issue