Skip to content

Commit fbdd933

Browse files
committed
Merge branch 'main' into 3.9
2 parents b66f2a8 + 7f6c08f commit fbdd933

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)=\
229229
--sysroot=$$(SDK_ROOT-$(target)) \

0 commit comments

Comments
 (0)