From 7291fef55c90b9ab6b3c22018b16972861b98c9d Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Sat, 29 Jun 2019 13:07:07 +1200 Subject: Improve build process and coroutine implementation selection. --- template/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template') diff --git a/template/Makefile.in b/template/Makefile.in index 110071de6a..eae67a5d05 100644 --- a/template/Makefile.in +++ b/template/Makefile.in @@ -152,8 +152,9 @@ XRUBY_RUBYLIBDIR = @XRUBY_RUBYLIBDIR@ XRUBY_RUBYHDRDIR = @XRUBY_RUBYHDRDIR@ BOOTSTRAPRUBY = @BOOTSTRAPRUBY@ -COROUTINE_H = @X_FIBER_COROUTINE_H@ +COROUTINE_H = @X_COROUTINE_H@ COROUTINE_OBJ = $(COROUTINE_H:.h=.@OBJEXT@) +COROUTINE_SRC = @X_COROUTINE_SRC@ #### End of system configuration section. #### -- cgit v1.2.3