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:
Elliott Hughes 2015-04-16 13:24:58 -07:00
parent c01445d2e8
commit 1a4d85a5e8
2 changed files with 1 additions and 1 deletions

View File

@ -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 := \