summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-06-29 13:07:07 +1200
committerSamuel Williams <samuel.williams@oriontransfer.co.nz>2019-07-18 20:54:54 +1200
commit7291fef55c90b9ab6b3c22018b16972861b98c9d (patch)
tree24fd7dbc1df36529d525a93f9db24ad2fa105897 /template
parent91aae651bf90be46773a246e4c46b9e221353fbd (diff)
Improve build process and coroutine implementation selection.
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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. ####