Skip to content

Instantly share code, notes, and snippets.

@bosko
Created May 24, 2011 20:42
Show Gist options
  • Save bosko/989617 to your computer and use it in GitHub Desktop.
Save bosko/989617 to your computer and use it in GitHub Desktop.
Options for new Tcl/Tk extconf
diff --git a/recipes/interpreter/ruby19.rake b/recipes/interpreter/ruby19.rake
index a453246..8fe982a 100644
--- a/recipes/interpreter/ruby19.rake
+++ b/recipes/interpreter/ruby19.rake
@@ -108,6 +108,8 @@ namespace(:interpreter) do
puts "Adding Tcl/Tk dirs..."
package.configure_options << "--with-tcl-dir=#{File.join(RubyInstaller::ROOT, RubyInstaller::Tcl.install_target)}"
package.configure_options << "--with-tk-dir=#{File.join(RubyInstaller::ROOT, RubyInstaller::Tk.install_target)}"
+ package.configure_options << "--with-tklib=tk85-ri"
+ package.configure_options << "--with-tcllib=tcl85-ri"
end
cd package.build_target do
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment