diff options
author | Jemma Issroff <[email protected]> | 2023-06-20 11:48:12 -0400 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2023-06-21 11:25:39 -0700 |
commit | d53e1f42ff183af96832f6ede8e54afff6c8082f (patch) | |
tree | 3676be356b3548ce2dcb713acda4eb25a158670d /inits.c | |
parent | 03f1a6c4c57c469e8fb5858cf9676b6479f4610d (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 'inits.c')
-rw-r--r-- | inits.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ rb_call_inits(void) CALL(ast); CALL(gc_stress); CALL(shape); + CALL(YARP); // enable builtin loading CALL(builtin); |