We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb5d74 commit e1ff13bCopy full SHA for e1ff13b
win32/Makefile.sub
@@ -1328,6 +1328,12 @@ $(ruby_pc): $(RBCONFIG)
1328
-output=$@ -mode=$(INSTALL_DATA_MODE) -config=rbconfig.rb \
1329
$(srcdir)/template/ruby.pc.in
1330
1331
+modular-gc-precheck:
1332
+!if "$(modular_gc_dir)" == ""
1333
+ @echo You must configure with --with-modular-gc to use modular GC
1334
+ @exit /b 1
1335
+!endif
1336
+
1337
{$(srcdir)/coroutine/win32}.asm{coroutine/win32}.obj:
1338
$(ECHO) assembling $(<:\=/)
1339
$(Q) $(AS) $(ASFLAGS) $(XCFLAGS) $(CPPFLAGS) $(COUTFLAG)$@ -c $(<:\=/)
0 commit comments