diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-12-20 16:44:27 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-12-22 22:10:26 +0900 |
commit | 4fb5d746ce02dcaf8702f97f88946c090b65d4a2 () | |
tree | 90e5b399bf41b46cd7720e905e6f141b89c57750 /template | |
parent | 2f2530b195008209e1d9e4e9734509d5f956fa49 (diff) |
Split `modular-gc` into build and installation
Notes: Merged: https://.com/ruby/ruby/pull/12428
-rw-r--r-- | template/Makefile.in | 4 |
1 files changed, 0 insertions, 4 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 |