Skip to content

Commit a58abf3

Browse files
committed
Add Android to the list
1 parent 279bb81 commit a58abf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/packages/Python/lldbsuite/test/make/Makefile.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ endif
152152
# Use LLD when cross compiling on Darwin.
153153
#----------------------------------------------------------------------
154154
ifeq "$(HOST_OS)" "Darwin"
155-
ifneq (,$(filter $(OS), FreeBSD Linux NetBSD Windows_NT))
155+
ifneq (,$(filter $(OS), Android FreeBSD Linux NetBSD Windows_NT))
156156
LDFLAGS += -fuse-ld=lld
157157
endif
158158
endif

0 commit comments

Comments
 (0)