要約
configure スクリプトを元に拡張ライブラリをビルドするクラスです。
目次
- 特異メソッド
継承しているメソッド
特異メソッド
build(extension, directory, dest_path, results) -> Array
[permalink][rdoc][edit]-
[TODO]
Makefile が存在しない場合は、configure スクリプトを実行して Makefile を作成してから make を実行します。
- [PARAM] extension:
- このメソッドでは使用しません。
- [PARAM] directory:
- [PARAM] dest_path:
- [PARAM] results:
- コマンドの実行結果を格納します。破壊的に変更されます。
[SEE_ALSO] Gem::Ext::Builder.make