Merge "Fix fastboot for Darwin."
This commit is contained in:
commit
c894ced183
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ ifeq ($(HOST_OS),darwin)
|
||||||
LOCAL_SRC_FILES += usb_osx.c util_osx.c
|
LOCAL_SRC_FILES += usb_osx.c util_osx.c
|
||||||
LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit \
|
LOCAL_LDLIBS += -lpthread -framework CoreFoundation -framework IOKit \
|
||||||
-framework Carbon
|
-framework Carbon
|
||||||
|
LOCAL_CFLAGS += -Wno-unused-parameter
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HOST_OS),windows)
|
ifeq ($(HOST_OS),windows)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue