am 239f6ac8
: Merge "Fix Win32 adb build (for the second time today)."
* commit '239f6ac8e73e294eaf21ec70a9f2f7a3631ab964': Fix Win32 adb build (for the second time today).
This commit is contained in:
commit
7d86f5e527
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue