Created
May 24, 2011 20:42
-
-
Save bosko/989617 to your computer and use it in GitHub Desktop.
Options for new Tcl/Tk extconf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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