forked from enlightenment/edi
This reverts commit a7a6b9cb7f
.
This brings back the option for settings the path, ubuntu decides to hide the headers in a none standard directory, so they need to be spectified.
edi-0.8
parent
955213eb33
commit
2c062ef0bb
2 changed files with 15 additions and 9 deletions
@ -1,2 +1,4 @@ |
||||
option('libclang', type : 'boolean', value : true, description : 'Weather to have libclang support') |
||||
option('bear', type : 'boolean', value : true, description : 'Weather to have bear support') |
||||
option('libclang-libdir', type : 'string', value : '', description : 'Specify a none default location for your clang installation') |
||||
option('libclang-headerdir', type : 'string', value : '', description : 'Specify a none default location for your clang installation') |
||||
|
Loading…
Reference in new issue