1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/socket/extconf.rb: remove -L/usr/local/lib.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2001-12-03 07:09:01 +00:00
parent 8abe10b3da
commit f4bef0acfd
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,5 @@
require 'mkmf'
$LIBPATH << "/usr/local/lib" if File.directory?("/usr/local/lib")
$CPPFLAGS += " -Dss_family=__ss_family -Dss_len=__ss_len"
case RUBY_PLATFORM