Skip to content

Commit 6e528ab

Browse files
Merge pull request #1152 from adrian-prantl/double-rules
Remove a duplicate flag in Makefile.rules
2 parents 8beae3d + 7ae6529 commit 6e528ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,6 @@ endif
560560

561561
ifeq "$(USESWIFTDRIVER)" "1"
562562
LDFLAGS +=-L"$(SWIFTLIBS)"
563-
ifneq "$(TRIPLE)" ""
564-
SWIFTFLAGS += -target $(TRIPLE)
565-
endif
566563
ifeq "$(OS)" "Darwin"
567564
SWIFTFLAGS += -sdk "$(SWIFTSDKROOT)"
568565
endif

0 commit comments

Comments
 (0)