We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250a167 commit f406a90Copy full SHA for f406a90
lldb/test/API/macosx/macCatalyst/Makefile
@@ -1,6 +1,6 @@
1
C_SOURCES := main.c
2
3
-TRIPLE := $(ARCH)-apple-ios13.0-macabi
+override TRIPLE := $(ARCH)-apple-ios13.0-macabi
4
CFLAGS_EXTRAS := -target $(TRIPLE)
5
6
# FIXME: rdar://problem/54986190
lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile
@@ -1,7 +1,7 @@
LD_EXTRAS := -L. -lfoo
7
0 commit comments