class BuildRecipe
Public Instance Methods
Source
# File ext/fox16_c/extconf.rb, line 87 def configure_defaults [ "--host=#{host}", # build for specific target (host) "--build=x86_64-linux-gnu", # workaround old config.guess of fxscintilla not recognizing aarch64 host platform "--disable-static", "--enable-shared", ] end