Skip to content

Commit

Permalink
development/build: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Oct 30, 2024
1 parent da9cbc7 commit 3bda99d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _po/ja/development/build.po
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ msgstr ""

msgid ""
"```bash\n"
"mseon setup \\\n"
"meson setup \\\n"
" --buildtype=debug \\\n"
" --prefix=/tmp/local \\\n"
" postgresql-{{ site.development_postgresql_version }}.build \\\n"
Expand Down
2 changes: 1 addition & 1 deletion development/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tar xf postgresql-{{ site.development_postgresql_version }}.tar.bz2
Run `meson setup` with `--buildtype=debug` argument. It enables debug build. `--prefix=/tmp/local` is optional:

```bash
mseon setup \
meson setup \
--buildtype=debug \
--prefix=/tmp/local \
postgresql-{{ site.development_postgresql_version }}.build \
Expand Down
2 changes: 1 addition & 1 deletion ja/development/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tar xf postgresql-{{ site.development_postgresql_version }}.tar.bz2
`--buildtype=debug`引数付きで`meson setup`を実行します。これでデバッグビルドになります。`--prefix=/tmp/local`は指定してもしなくてもどちらでもよいです。

```bash
mseon setup \
meson setup \
--buildtype=debug \
--prefix=/tmp/local \
postgresql-{{ site.development_postgresql_version }}.build \
Expand Down

0 comments on commit 3bda99d

Please sign in to comment.