summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2023-06-20 11:48:12 -0400
committerTakashi Kokubun <takashikkbn@gmail.com>2023-06-21 11:25:39 -0700
commitd53e1f42ff183af96832f6ede8e54afff6c8082f (patch)
tree3676be356b3548ce2dcb713acda4eb25a158670d /template
parent03f1a6c4c57c469e8fb5858cf9676b6479f4610d (diff)
[Feature #19741] Add yarp to builds
Add yarp to common.mk and windows builds to enable us to run yarp correctly with CI.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7964
Diffstat (limited to 'template')
-rw-r--r--template/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/Makefile.in b/template/Makefile.in
index 76648bb661..73c5852648 100644
--- a/template/Makefile.in
+++ b/template/Makefile.in
@@ -107,6 +107,7 @@ YJIT_LIBS=@YJIT_LIBS@
YJIT_OBJ=@YJIT_OBJ@
YJIT_LIBOBJ = $(YJIT_LIBS:.a=.@OBJEXT@)
CARGO_TARGET_DIR=@abs_top_builddir@/yjit/target
+YARP_BUILD_DIR=@abs_top_builddir@/yarp
CARGO_BUILD_ARGS=@CARGO_BUILD_ARGS@
LDFLAGS = @STATIC@ $(CFLAGS) @LDFLAGS@
EXE_LDFLAGS = $(LDFLAGS)