mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
github pls compile ruby, thanks
This commit is contained in:
parent
5b2c8c620f
commit
7940412314
2 changed files with 2 additions and 2 deletions
2
.github/workflows/autobuild.yml
vendored
2
.github/workflows/autobuild.yml
vendored
|
@ -124,7 +124,7 @@ jobs:
|
|||
|
||||
build-macos:
|
||||
name: macOS
|
||||
runs-on: macos-13
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: benjlevesque/short-sha@v2.2
|
||||
id: short-sha
|
||||
|
|
|
@ -307,7 +307,7 @@ $(LIBDIR)/libruby.3.1.dylib: $(DOWNLOADS)/ruby/Makefile
|
|||
$(DOWNLOADS)/ruby/Makefile: $(DOWNLOADS)/ruby/configure
|
||||
cd $(DOWNLOADS)/ruby; \
|
||||
export $(CONFIGURE_ENV); \
|
||||
export CFLAGS="-flto=full $$CFLAGS"; \
|
||||
export CFLAGS="-flto=full -DRUBY_FUNCTION_NAME_STRING=__func__ $$CFLAGS"; \
|
||||
export LDFLAGS="-flto=full $$LDFLAGS"; \
|
||||
./configure $(CONFIGURE_ARGS) $(RUBY_CONFIGURE_ARGS) $(RUBY_FLAGS)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue