Fix Win32 adb build (for the second time today).

Change-Id: I83cb407660cd8b5ed65a80574875fe261e8a8926
This commit is contained in:
Elliott Hughes 2015-07-24 14:32:46 -07:00
parent 9dad4ec440
commit 4f1d7b55d7
1 changed files with 4 additions and 0 deletions

View File

@ -47,8 +47,12 @@ LIBADB_TEST_SRCS := \
LIBADB_CFLAGS := \
$(ADB_COMMON_CFLAGS) \
-fvisibility=hidden \
LIBADB_linux_CFLAGS := \
-std=c++14 \
LIBADB_CFLAGS += $(LIBADB_$(HOST_OS)_CFLAGS)
LIBADB_darwin_SRC_FILES := \
fdevent.cpp \
get_my_path_darwin.cpp \