mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Split modular-gc
into build and installation
This commit is contained in:
parent
2f2530b195
commit
4fb5d746ce
Notes:
git
2024-12-22 13:42:57 +00:00
3 changed files with 14 additions and 7 deletions
|
@ -353,10 +353,6 @@ modular-gc-precheck:
|
|||
echo "You must configure with --with-modular-gc to use modular GC"; \
|
||||
exit 1; \
|
||||
fi
|
||||
$(Q) if test -z $(MODULAR_GC); then \
|
||||
echo "You must specify MODULAR_GC with the GC to build"; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
pre-install-local:: pkgconfig-data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue