summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKouhei Sutou <kou@cozmixng.org>2015-05-29 09:36:42 +0900
committerKouhei Sutou <kou@cozmixng.org>2015-05-29 09:36:42 +0900
commit37491801e51c8caf46ab6a17a75b83f0f4589649 (patch)
treebe6bc57d1d7efc454563ea63daad717e7e281670
parent761c393f267bc05f58e03bf47d286f6b3e66bd82 (diff)
parent8ed7c2a61b8e45a2c0b7f045983646fed59216d3 (diff)
downloadrake-compiler-37491801e51c8caf46ab6a17a75b83f0f4589649.tar.gz
Merge pull request #113 from larskanis/patch-1
Don't build extensions for cross rubies. Patch by Lars Kanis. Thanks!!!
-rw-r--r--tasks/bin/cross-ruby.rake3
1 files changed, 1 insertions, 2 deletions
diff --git a/tasks/bin/cross-ruby.rake b/tasks/bin/cross-ruby.rake
index 6acc816..6230799 100644
--- a/tasks/bin/cross-ruby.rake
+++ b/tasks/bin/cross-ruby.rake
@@ -135,8 +135,7 @@ file "#{USER_HOME}/builds/#{MINGW_HOST}/#{RUBY_CC_VERSION}/Makefile" => ["#{USER
"--build=#{RUBY_BUILD}",
'--enable-shared',
'--disable-install-doc',
- '--without-tk',
- '--without-tcl'
+ '--with-ext='
]
# Force Winsock2 for Ruby 1.8, 1.9 defaults to it