From 9614a61379d39c654693ac40758ba80129eea4d0 Mon Sep 17 00:00:00 2001 From: Jemma Issroff Date: Fri, 30 Jun 2023 15:04:28 -0400 Subject: Fixed build scripts for YARP --- tool/sync_default_gems.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool/sync_default_gems.rb') diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index eec7825d68..17b3ed5177 100755 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -419,6 +419,8 @@ module SyncDefaultGems cp_r("#{upstream}/include/yarp/.", "yarp") cp_r("#{upstream}/include/yarp.h", "yarp") + rm("yarp/config.h") + File.write("yarp/config.h", "#include \"ruby/config.h\"\n") rm("yarp/extconf.rb") mv("yarp_init.c", "yarp/") -- cgit v1.2.3