Skip to content

Commit 6976b2b

Browse files
committed
[lldb] Fix TestMacCatalyst.py
(cherry picked from commit 2aa3b56)
1 parent 47cb1dd commit 6976b2b

File tree

1 file changed

+2
-1
lines changed
  • lldb/test/API/macosx/macCatalyst

1 file changed

+2
-1
lines changed

lldb/test/API/macosx/macCatalyst/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
C_SOURCES := main.c
22

3-
CFLAGS_EXTRAS := -target $(ARCH)-apple-ios13.0-macabi
3+
override TRIPLE := $(ARCH)-apple-ios13.1-macabi
4+
CFLAGS_EXTRAS := -target $(TRIPLE)
45

56
# FIXME: rdar://problem/54986190
67
# There is a Clang driver change missing on llvm.org.

0 commit comments

Comments
 (0)