class BuildRecipe
Public Instance Methods
configure_defaults()
click to toggle source
# File ext/fox16_c/extconf.rb, line 86 def configure_defaults [ "--host=#{host}", # build for specific target (host) "--disable-static", "--enable-shared", ] end