summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAiden Fox Ivey <aiden.foxivey@shopify.com>2025-04-21 09:45:53 -0400
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-22 05:41:47 +0900
commit9106088b7e581c98ac9ad613664a38f65aee14cb (patch)
tree6570518611c4f0b1696d2c34aa3437fce1dc9b58
parentfa17cb75a1a79b6c3fb1e70acc5a4a589efa23e8 (diff)
Fix typo in doc/zjit.md
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13145
-rw-r--r--doc/zjit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zjit.md b/doc/zjit.md
index e71a0df539..b262b834e0 100644
--- a/doc/zjit.md
+++ b/doc/zjit.md
@@ -5,7 +5,7 @@
To build ZJIT on macOS:
```
./autogen.sh
-./configure --enable-zjit=dev --prefix=$HOME/.rubies/ruby-yjit --disable-install-doc --with-opt-dir="$(brew --prefix openssl):$(brew --prefix readline):$(brew --prefix libyaml)"
+./configure --enable-zjit=dev --prefix=$HOME/.rubies/ruby-zjit --disable-install-doc --with-opt-dir="$(brew --prefix openssl):$(brew --prefix readline):$(brew --prefix libyaml)"
make -j miniruby
```