Merge pull request #921 from rubypanther/master

added build_package_enable_shared() for shared library control from d…
This commit is contained in:
SHIBATA Hiroshi 2017-03-22 19:47:04 +09:00 committed by GitHub
commit f98b7d6557

View file

@ -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