You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pltook_*.c is successfully compiled in extconf.rb, plthook_*.$OBJEXT
is removed by File.delete. However TruffleRuby 20.2 or before creates
conftest.$OBJEXT. If plthook_*.$OBJEXT isn't compiled before, extconf.rb fails.
(GH-225)
0 commit comments