We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cb1dd commit 6976b2bCopy full SHA for 6976b2b
lldb/test/API/macosx/macCatalyst/Makefile
@@ -1,6 +1,7 @@
1
C_SOURCES := main.c
2
3
-CFLAGS_EXTRAS := -target $(ARCH)-apple-ios13.0-macabi
+override TRIPLE := $(ARCH)-apple-ios13.1-macabi
4
+CFLAGS_EXTRAS := -target $(TRIPLE)
5
6
# FIXME: rdar://problem/54986190
7
# There is a Clang driver change missing on llvm.org.
0 commit comments