Commit f98b7d65 by SHIBATA Hiroshi Committed by GitHub

Merge pull request #921 from rubypanther/master

added build_package_enable_shared() for shared library control from d…
parents 5a7d0fee 4f7e4c71
...@@ -1057,6 +1057,10 @@ build_package_ldflags_dirs() { ...@@ -1057,6 +1057,10 @@ build_package_ldflags_dirs() {
done done
} }
build_package_enable_shared() {
package_option ruby configure --enable-shared
}
build_package_auto_tcltk() { build_package_auto_tcltk() {
if is_mac && [ ! -d /usr/include/X11 ]; then if is_mac && [ ! -d /usr/include/X11 ]; then
if [ -d /opt/X11/include ]; then if [ -d /opt/X11/include ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment