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

Commit bd879448 authored by Tim Murray's avatar Tim Murray
Browse files

Fix fastboot for Darwin.

bug 16172793

Change-Id: Ib58446effc13a6e465d176da141b025d36841b8f
parent 1efcdeff
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ ifeq ($(HOST_OS),darwin)
  LOCAL_SRC_FILES += usb_osx.c util_osx.c
  LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit \
	-framework Carbon
  LOCAL_CFLAGS += -Wno-unused-parameter
endif

ifeq ($(HOST_OS),windows)