Skip to content

ruby-build 20210510

Compare
Choose a tag to compare
@eregon eregon released this 10 May 18:47
· 510 commits to master since this release
  • Join *_OPTS variables after *_OPTS_ARRAY variables

    This for instance allows RUBY_CONFIGURE_OPTS to override
    what's set by the definition.

    For instance enable_shared can be disabled with RUBY_CONFIGURE_OPTS='--disable-shared'

  • Do not append --enable-shared if RUBY_CONFIGURE_OPTS include --disable-shared