Skip to content

Commit f406a90

Browse files
committed
Add missing override to Makefile
1 parent 250a167 commit f406a90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lldb/test/API/macosx/macCatalyst/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
C_SOURCES := main.c
22

3-
TRIPLE := $(ARCH)-apple-ios13.0-macabi
3+
override TRIPLE := $(ARCH)-apple-ios13.0-macabi
44
CFLAGS_EXTRAS := -target $(TRIPLE)
55

66
# FIXME: rdar://problem/54986190

lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
C_SOURCES := main.c
22
LD_EXTRAS := -L. -lfoo
33

4-
TRIPLE := $(ARCH)-apple-ios13.0-macabi
4+
override TRIPLE := $(ARCH)-apple-ios13.0-macabi
55
CFLAGS_EXTRAS := -target $(TRIPLE)
66

77
# FIXME: rdar://problem/54986190

0 commit comments

Comments
 (0)