mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Mostly cosmetic updates
This commit is contained in:
parent
ea0dd3e602
commit
a2b164519f
8 changed files with 130 additions and 86 deletions
|
|
@ -14,9 +14,9 @@ tio_sources = [
|
|||
]
|
||||
|
||||
# dependencies
|
||||
if get_option('conffile')
|
||||
if get_option('configfile')
|
||||
inih = meson.get_compiler('c').find_library('inih')
|
||||
tio_sources += 'conffile.c'
|
||||
tio_sources += 'configfile.c'
|
||||
else
|
||||
inih = dependency()
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue