Corrected prefix path [skip ci]
Using meson version `0.53.2` prefix defaulted to `/usr/local`, not `/usr/local/` (not the trailing slash)
This commit is contained in:
parent
55f02c1949
commit
1d7d9c88e8
|
@ -43,7 +43,7 @@ Installation options are all relative to the prefix, except:
|
|||
| sysconfdir | etc | Sysconf data directory |
|
||||
|
||||
|
||||
`prefix` defaults to `C:/` on Windows, and `/usr/local/` otherwise. You should always
|
||||
`prefix` defaults to `C:/` on Windows, and `/usr/local` otherwise. You should always
|
||||
override this value.
|
||||
|
||||
`libdir` is automatically detected based on your platform, it should be
|
||||
|
|
Loading…
Reference in New Issue