mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-12-30 19:42:04 +01:00
Merge pull request #921 from rubypanther/master
added build_package_enable_shared() for shared library control from d…
This commit is contained in:
commit
f98b7d6557
1 changed files with 4 additions and 0 deletions
|
|
@ -1057,6 +1057,10 @@ build_package_ldflags_dirs() {
|
|||
done
|
||||
}
|
||||
|
||||
build_package_enable_shared() {
|
||||
package_option ruby configure --enable-shared
|
||||
}
|
||||
|
||||
build_package_auto_tcltk() {
|
||||
if is_mac && [ ! -d /usr/include/X11 ]; then
|
||||
if [ -d /opt/X11/include ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue