зеркало из https://github.com/github/ruby.git
Update yjit.md
Fix configure line in YJIT build instructions
This commit is contained in:
Родитель
b43eb54a0c
Коммит
e1536a1e56
|
@ -98,7 +98,7 @@ brew install openssl readline libyaml
|
|||
|
||||
# Configure in dev (debug) mode for development, build and install
|
||||
./autogen.sh
|
||||
./configure --enable-yjit=dev --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc --disable--install-rdoc --with-opt-dir=$(brew --prefix openssl):$(brew --prefix readline):$(brew --prefix libyaml)
|
||||
./configure --enable-yjit=dev --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc --disable--install-rdoc --with-opt-dir="$(brew --prefix openssl):$(brew --prefix readline):$(brew --prefix libyaml)"
|
||||
make -j install
|
||||
```
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче