liblog: git_master@964770 build problem
- darwin does not get log reader Change-Id: I64eb69a6099a88d2acf501de725c35741fd7e551
This commit is contained in:
parent
7cc2336316
commit
5feea68908
1 changed files with 4 additions and 1 deletions
|
@ -35,8 +35,11 @@ endif
|
|||
ifndef WITH_MINGW
|
||||
liblog_sources += \
|
||||
logprint.c \
|
||||
log_read.c \
|
||||
event_tag_map.c
|
||||
ifneq ($(HOST_OS),darwin)
|
||||
liblog_sources += \
|
||||
log_read.c
|
||||
endif
|
||||
else
|
||||
liblog_sources += \
|
||||
uio.c
|
||||
|
|
Loading…
Reference in a new issue