Split modular-gc into build and installation

This commit is contained in:
Nobuyoshi Nakada 2024-12-20 16:44:27 +09:00
parent 2f2530b195
commit 4fb5d746ce
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465
Notes: git 2024-12-22 13:42:57 +00:00
3 changed files with 14 additions and 7 deletions

View file

@ -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