Merge pull request #6729 from dearblue/gensym

This commit is contained in:
Yukihiro "Matz" Matsumoto
2026-03-09 10:34:02 +09:00
committed by GitHub
+1 -3
View File
@@ -7,8 +7,6 @@ all_prerequisites = ->(task_name, prereqs) do
end
MRuby.each_target do |build|
gensym_task = task(:gensym)
presym = build.presym
include_dir = "#{build.build_dir}/include"
@@ -55,5 +53,5 @@ MRuby.each_target do |build|
file prereq => presym.list_path
end
gensym_task.enhance([presym.list_path])
task gensym: presym.list_path
end