Skip to content

Commit 7f6c08f

Browse files
committed
Correct the CXX definition.
1 parent 7b4e73e commit 7f6c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ endif
223223
SDK_ROOT-$(target)=$$(shell xcrun --sdk $$(SDK-$(target)) --show-sdk-path)
224224
CC-$(target)=xcrun --sdk $$(SDK-$(target)) clang -target $$(TARGET_TRIPLE-$(target))
225225
CPP-$(target)=xcrun --sdk $$(SDK-$(target)) clang -target $$(TARGET_TRIPLE-$(target)) -E
226-
CXX-$(target)=xcrun --sdk $$(SDK-$(target)) clang
226+
CXX-$(target)=xcrun --sdk $$(SDK-$(target)) clang -target $$(TARGET_TRIPLE-$(target))
227227
AR-$(target)=xcrun --sdk $$(SDK-$(target)) ar
228228
CFLAGS-$(target)=$$(CFLAGS-$(os))
229229
LDFLAGS-$(target)=$$(CFLAGS-$(os))

0 commit comments

Comments
 (0)