Just like the previous patch, but for cross files Fixes #1433pull/4743/head
parent
5b896ed70b
commit
b5d847e38c
5 changed files with 81 additions and 5 deletions
@ -1,4 +1,4 @@ |
||||
## Native File Paths and Directories |
||||
## Native and Cross File Paths and Directories |
||||
|
||||
A new `[paths]` section has been added to the native file. This can be used to |
||||
set paths such a prefix and libdir in a persistent way. |
||||
A new `[paths]` section has been added to native and cross files. This |
||||
can be used to set paths such a prefix and libdir in a persistent way. |
||||
|
@ -0,0 +1,16 @@ |
||||
[paths] |
||||
bindir = 'binbar' |
||||
datadir = 'databar' |
||||
includedir = 'includebar' |
||||
infodir = 'infobar' |
||||
libdir = 'libbar' |
||||
libexecdir = 'libexecbar' |
||||
localedir = 'localebar' |
||||
localstatedir = 'localstatebar' |
||||
mandir = 'manbar' |
||||
prefix = '/prefix' |
||||
sbindir = 'sbinbar' |
||||
sharedstatedir = 'sharedstatebar' |
||||
sysconfdir = 'sysconfbar' |
||||
|
||||
; vim: ft=dosini |
Loading…
Reference in new issue