windows: Disable compilation of eina_btlog on Windows

This commit is contained in:
Felipe Magno de Almeida 2020-05-04 23:51:55 -03:00
parent 17f5baf498
commit d7fa5eab99
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
if not sys_windows
executable('eina_btlog',
'eina_btlog.c',
dependencies: eina,
install: true,
)
endif