Move get_my_path_darwin to C++.
As long as we have C in here, we can't use C++ in our headers. Change-Id: Ibccaa77a5af506dc504aa9c39c8dca5dcdbeccab
This commit is contained in:
parent
c01445d2e8
commit
1a4d85a5e8
|
@ -34,7 +34,7 @@ LIBADB_CFLAGS := \
|
|||
|
||||
LIBADB_darwin_SRC_FILES := \
|
||||
fdevent.cpp \
|
||||
get_my_path_darwin.c \
|
||||
get_my_path_darwin.cpp \
|
||||
usb_osx.c \
|
||||
|
||||
LIBADB_linux_SRC_FILES := \
|
||||
|
|
Loading…
Reference in New Issue