mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
zz
This commit is contained in:
parent
dd4060edb1
commit
fd4fcb0ce5
2 changed files with 6 additions and 2 deletions
|
@ -47,7 +47,9 @@ RUBY_CONFIGURE_ARGS := \
|
||||||
--with-out-ext=openssl,readline,dbm,gdbm,pty,syslog \
|
--with-out-ext=openssl,readline,dbm,gdbm,pty,syslog \
|
||||||
--with-static-linked-ext \
|
--with-static-linked-ext \
|
||||||
--disable-rubygems \
|
--disable-rubygems \
|
||||||
--without-gmp
|
--without-gmp \
|
||||||
|
--with-libyaml-dir="$(shell realpath $(PREFIX))" \
|
||||||
|
--with-libffi-dir="$(shell realpath $(PREFIX))"
|
||||||
|
|
||||||
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
|
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
|
||||||
AUTOGEN := $(CONFIGURE_ENV) ./autogen.sh $(CONFIGURE_ARGS)
|
AUTOGEN := $(CONFIGURE_ENV) ./autogen.sh $(CONFIGURE_ARGS)
|
||||||
|
|
|
@ -50,7 +50,9 @@ RUBY_CONFIGURE_ARGS := \
|
||||||
--disable-rubygems \
|
--disable-rubygems \
|
||||||
--disable-install-doc \
|
--disable-install-doc \
|
||||||
--build=$(RBUILD) \
|
--build=$(RBUILD) \
|
||||||
${EXTRA_RUBY_CONFIG_ARGS}
|
${EXTRA_RUBY_CONFIG_ARGS} \
|
||||||
|
--with-libyaml-dir="$(shell realpath $(PREFIX))" \
|
||||||
|
--with-libffi-dir="$(shell realpath $(PREFIX))"
|
||||||
|
|
||||||
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
|
CONFIGURE := $(CONFIGURE_ENV) ./configure $(CONFIGURE_ARGS)
|
||||||
AUTOGEN := $(CONFIGURE_ENV) ./autogen.sh $(CONFIGURE_ARGS)
|
AUTOGEN := $(CONFIGURE_ENV) ./autogen.sh $(CONFIGURE_ARGS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue