Skip to content

Commit 740956d

Browse files
authored
Merge pull request #11726 from adrian-prantl/amazonlinux2
Workaround for Amazon Linux 2003
2 parents c8eaa24 + 8bf6b7f commit 740956d

File tree

1 file changed

+1
-1
lines changed
  • lldb/test/API/lang/swift/observation

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SWIFT_SOURCES := main.swift
22
include Makefile.rules
33
# Workaround for amazonlinux2003
4-
LD_EXTRAS=-lswift_Concurrency
4+
LD_EXTRAS=-lswiftCore -lswiftObservation -lswiftCore

0 commit comments

Comments
 (0)