dir_config

dir_config(target, idefault=nil, ldefault=nil)
Instance Public methods

Sets a target name that the user can then use to configure various âwithâ options with on the command line by using that name. For example, if the target is set to âfooâ, then the user could use the --with-foo-dir command line option.

You may pass along additional âincludeâ or âlibâ defaults via the idefault and ldefault parameters, respectively.

Note that #dir_config only adds to the list of places to search for libraries and include files. It does not link the libraries into your application.

doc_ruby_on_rails
2015-04-17 21:25:10
Comments
Leave a Comment

Please login to continue.