am c894ced1: Merge "Fix fastboot for Darwin."
* commit 'c894ced1837117aa3e2dfae702ef51c35b5d74d9': Fix fastboot for Darwin.
This commit is contained in:
commit
3a5f3db2aa
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