Skip to content

Commit

Permalink
Update rubyarchdir and rubylibdir as well for tests
Browse files Browse the repository at this point in the history
These are also different between build time and after installation.
  • Loading branch information
nobu committed Nov 15, 2024
1 parent 84470d7 commit ed4871a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tool/fake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class File
RbConfig.fire_update!("extout", $extout)
RbConfig.fire_update!("rubyhdrdir", "$(top_srcdir)/include")
RbConfig.fire_update!("rubyarchhdrdir", "$(extout)/include/$(arch)")
RbConfig.fire_update!("rubyarchdir", "$(extout)/$(arch)")
RbConfig.fire_update!("rubylibdir", "$(extout)/common")
RbConfig.fire_update!("libdirname", "buildlibdir")
trace_var(:$ruby, posthook)
untrace_var(:$extmk, prehook)
Expand Down

0 comments on commit ed4871a

Please sign in to comment.