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

* lib/mkmf.rb (init_mkmf): add dir_config("opt").

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-10-22 14:58:59 +00:00
parent 57a6839081
commit d66da40534
2 changed files with 6 additions and 1 deletions

View file

@ -1,9 +1,13 @@
Tue Oct 22 23:56:41 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* lib/mkmf.rb (init_mkmf): add dir_config("opt").
Tue Oct 22 19:44:03 2002 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
* bcc32/configure.bat : The command line when calling setup.mak is
corrected.
*bcc32/readme.bcc32 : It follows up about the option of configure.bat.
* bcc32/readme.bcc32 : It follows up about the option of configure.bat.
Tue Oct 22 15:23:19 2002 Nobuyoshi Nakada <nobu.nokada@softhome.net>

View file

@ -797,6 +797,7 @@ def init_mkmf(config = CONFIG)
$LIBPATH << "$(archdir)"
$LOCAL_LIBS = ""
dir_config("opt")
end
init_mkmf