Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5feea689 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

liblog: git_master@964770 build problem

- darwin does not get log reader

Change-Id: I64eb69a6099a88d2acf501de725c35741fd7e551
parent 7cc23363
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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