* 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:
parent
57a6839081
commit
d66da40534
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
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
|
* bcc32/configure.bat : The command line when calling setup.mak is
|
||||||
|
@ -797,6 +797,7 @@ def init_mkmf(config = CONFIG)
|
|||||||
$LIBPATH << "$(archdir)"
|
$LIBPATH << "$(archdir)"
|
||||||
|
|
||||||
$LOCAL_LIBS = ""
|
$LOCAL_LIBS = ""
|
||||||
|
dir_config("opt")
|
||||||
end
|
end
|
||||||
|
|
||||||
init_mkmf
|
init_mkmf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user