Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP

Fix typo #221

Closed
wants to merge 1 commit into from

2 participants

Santiago Pastorino NARUSE, Yui
Santiago Pastorino

No description provided.

NARUSE, Yui nurse closed this pull request from a commit
NARUSE, Yui nurse * ext/dl/win32/extconf.rb: Fix typo
  by Santiago Pastorino <santiago@wyeworks.com>
  #221 fix GH-221

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
addefaa
Aaron Patterson tenderlove referenced this pull request from a commit in tenderlove/ruby
NARUSE, Yui nurse * ext/dl/win32/extconf.rb: Fix typo
  by Santiago Pastorino <santiago@wyeworks.com>
  ruby#221 fix GH-221

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
b603640
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Commits on Dec 11, 2012
  1. Santiago Pastorino

    Fix typo

    spastorino authored
This page is out of date. Refresh to see the latest.
Showing with 1 addition and 1 deletion.
  1. +1 1  ext/dl/win32/extconf.rb
2  ext/dl/win32/extconf.rb
View
@@ -1,3 +1,3 @@
-if compiled?('dl') and !complied?('fiddle') and $mswin||$bccwin||$mingw||$cygwin
+if compiled?('dl') and !compiled?('fiddle') and $mswin||$bccwin||$mingw||$cygwin
create_makefile('win32')
end
Something went wrong with that request. Please try again.