Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
translate a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
ngkz committed Mar 31, 2019
1 parent 059849d commit 75954f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ do
done
```

64bitライブラリのディレクトリをlib, 32bitライブラリのディレクトリをlib32に変更
If building on x86\_64, change the default directory name for 64-bit libraries to "lib" and ensure the default directory name for the 32-bit libraries to "lib32":
```sh
case $(uname -m) in
x86_64)
Expand Down

0 comments on commit 75954f3

Please sign in to comment.