README*.md: `defines.h` moved [ci skip]

at 2b592580bf
This commit is contained in:
Kazuhiro NISHIYAMA 2020-02-01 00:36:58 +09:00
Родитель 4d43cc1a53
Коммит adc3031311
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -102,7 +102,7 @@ Ruby拡張モジュールについて話し合うruby-extメーリングリス
環境によってはデフォルトのCコンパイラ用オプションが付きます `configure` オプションで `optflags=..`
`warnflags=..` 等で上書きできます.
3. (必要ならば)`defines.h` を編集する
3. (必要ならば)`include/ruby/defines.h` を編集する
多分,必要無いと思います.

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

@ -88,7 +88,7 @@ in the mail body (not subject) to the address
environment. Specify `optflags=..` and `warnflags=..` as necessary to
override them.
4. Edit `defines.h` if you need. Usually this step will not be needed.
4. Edit `include/ruby/defines.h` if you need. Usually this step will not be needed.
5. Remove comment mark(`#`) before the module names from `ext/Setup` (or add
module names if not present), if you want to link modules statically.