Skip to content

Commit

Permalink
Add missing override to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-prantl committed Aug 6, 2020
1 parent 250a167 commit f406a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lldb/test/API/macosx/macCatalyst/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
C_SOURCES := main.c

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

# FIXME: rdar://problem/54986190
Expand Down
2 changes: 1 addition & 1 deletion lldb/test/API/macosx/macCatalystAppMacOSFramework/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
C_SOURCES := main.c
LD_EXTRAS := -L. -lfoo

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

# FIXME: rdar://problem/54986190
Expand Down

0 comments on commit f406a90

Please sign in to comment.