git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-06-04 06:55:03 +00:00
Родитель 260945fe6f
Коммит 5a14067390
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -325,6 +325,7 @@ def create_makefile(target)
if $configure_args['--enable-shared']
$libs = CONFIG["LIBRUBYARG"] + " " + $libs
$DLDFLAGS += " -L" + CONFIG["libdir"]
end
defflag = ''